Synopsis of methods | |
constexpr view< take_while_fn > | take_while {} |
Public Types | |
template<typename Rng , typename Pred > | |
using | Concept = meta::and_< InputRange< Rng >, IndirectPredicate< Pred, iterator_t< Rng > >> |
Public Member Functions | |
template<typename Rng , typename Pred , requires = (Concept<Rng, Pred>())> | |
take_while_view< all_t< Rng >, Pred > | operator() (Rng &&rng, Pred pred) const |