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

Public Member Functions

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

Public Attributes

Proj proj const
 

Member Data Documentation

◆ const

Proj proj ranges::views::drop_while_bind_fn::const
Initial value:
{
drop_while_base_fn{}, static_cast<Pred &&>(pred), std::move(proj)))
ranges::make_view_closure
constexpr make_view_closure_fn make_view_closure
Definition: view.hpp:86
ranges::aux::move
constexpr move_fn move
Definition: move.hpp:48
meta::lazy::bind_back
defer< bind_back, Fn, Ts... > bind_back
Definition: meta.hpp:785