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 >
requires (!range<Pred>)
constexpr auto operator() (Pred &&pred, Proj proj) const
 
template<typename Pred >
constexpr auto operator() (Pred pred) const