#include <fn.hpp>
Classes | |
| struct | gen |
Public Member Functions | |
| template<typename InGen > | |
| auto | operator() (seq< InGen > in) const -> seq< gen< InGen >> |
| template<typename Cont > | |
| Cont | operator() (const Cont &cont) const |
| template<typename Cont > | |
| Cont | operator() (Cont &cont) const |
| template<typename Cont > | |
| Cont | operator() (Cont &&cont) const |
Public Attributes | |
| Pred | pred |
|
inline |
|
inline |
|
inline |
|
inline |
| Pred rangeless::fn::impl::where< Pred >::pred |