Range-v3
Range algorithms, views, and actions for the Standard Library
 
Loading...
Searching...
No Matches
ranges::views::take_while_bind_fn Struct Reference
+ Inheritance diagram for ranges::views::take_while_bind_fn:

Public Member Functions

template<typename Pred >
constexpr auto operator() (Pred pred) const
 

Public Attributes

template<typename Pred , typename Proj >
TODO : underconstrained constexpr auto operator()(Pred && pred
 
TODO Proj proj const
 

Member Data Documentation

◆ const

TODO Proj proj ranges::views::take_while_bind_fn::const
Initial value:
{
take_while_base_fn{}, static_cast<Pred &&>(pred), std::move(proj)))
constexpr bind_back_fn bind_back
Definition bind_back.hpp:186
constexpr make_view_closure_fn make_view_closure
Definition view.hpp:100