Public Member Functions | |
template<typename Rng , typename F , typename P = ident, typename I = range_iterator_t<Rng>> | |
auto | requires_ (Rng &&, F &&, P &&=P{}) -> decltype( concepts::valid_expr( concepts::model_of< concepts::InputRange, Rng >(), concepts::is_true(Transformable1< I, I, F, P >()) )) |