Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::v3::action::transform_fn::ConceptImpl Struct Reference

Public Member Functions

template<typename Rng , typename F , typename P = ident, typename I = iterator_t<Rng>>
auto requires_ () -> decltype(concepts::valid_expr(concepts::model_of< concepts::InputRange, Rng >(), concepts::is_true(Transformable1< I, I, F, P >())))