Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::v3::action::take_while_fn::ConceptImpl Member List

This is the complete list of members for ranges::v3::action::take_while_fn::ConceptImpl, including all inherited members.

requires_(Rng &&, Fun &&) -> decltype( concepts::valid_expr( concepts::model_of< concepts::ForwardRange, Rng >(), concepts::model_of< concepts::ErasableRange, Rng, I, S >(), concepts::is_true(IndirectCallablePredicate< Fun, I > (defined in ranges::v3::action::take_while_fn::ConceptImpl)ranges::v3::action::take_while_fn::ConceptImpl