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

Public Member Functions

template<typename F , typename P = identity>
CPP_TEMPLATE_AUX_0 c (requires(!range< F >)) ccconstexpr auto operator()(F fun
 

Public Attributes

CPP_TEMPLATE_AUX_0F
 
CPP_TEMPLATE_AUX_0proj
 

Related Functions

(Note that these are not member functions.)

constexpr transform_fn transform {}
 

Member Data Documentation

◆ proj

CPP_TEMPLATE_AUX_0 P ranges::actions::transform_fn::proj
Initial value:
= P{}) const
{
bind_back(transform_fn{}, std::move(fun), std::move(proj)));
}
template< typename Rng
constexpr make_action_closure_fn make_action_closure
Definition: action.hpp:49
constexpr move_fn move
Definition: move.hpp:52
defer< bind_back, Fn, Ts... > bind_back
Definition: meta.hpp:994