Horizon
Loading...
Searching...
No Matches
ranges::views::take_while_bind_fn Struct Reference
Inheritance diagram for ranges::views::take_while_bind_fn:
ranges::views::take_while_fn

Public Member Functions

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

Public Attributes

Proj proj const

Member Data Documentation

◆ const

Proj proj ranges::views::take_while_bind_fn::const
Initial value:
{
return make_view_closure(bind_back(
take_while_base_fn{}, static_cast<Pred &&>(pred), std::move(proj)))
Definition take_while.hpp:137

The documentation for this struct was generated from the following file: