Horizon
Loading...
Searching...
No Matches
ranges::views::remove_if_bind_fn Struct Reference
Inheritance diagram for ranges::views::remove_if_bind_fn:
ranges::views::remove_if_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::remove_if_bind_fn::const
Initial value:
{
return make_view_closure(bind_back(
remove_if_base_fn{}, static_cast<Pred &&>(pred), std::move(proj)))
Given a source range, unary predicate, and optional projection, present a view of the elements that d...
Definition remove_if.hpp:152

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