Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::views::trim_bind_fn Struct Reference
+ Inheritance diagram for ranges::views::trim_bind_fn:

Public Member Functions

template<typename Pred , typename Proj >
 CPP_TEMPLATE_AUX_0 (requires `(!range< Pred >)) const expr auto operator()(Pred &&pred
 
template<typename Pred >
constexpr auto operator() (Pred pred) const
 

Public Attributes

Proj proj const
 

Member Data Documentation

◆ const

Proj proj ranges::views::trim_bind_fn::const
Initial value:
{
trim_base_fn{}, static_cast<Pred &&>(pred), std::move(proj)))
constexpr move_fn move
Definition: move.hpp:52
constexpr make_view_closure_fn make_view_closure
Definition: view.hpp:95
defer< bind_back, Fn, Ts... > bind_back
Definition: meta.hpp:994