Horizon
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ranges::views::remove_bind_fn Struct Reference
Inheritance diagram for ranges::views::remove_bind_fn:
ranges::views::remove_fn

Public Member Functions

template<typename Value >
constexpr auto operator() (Value value) const
 
 template (typename Value, typename Proj)() const expr auto operator()(Value &&value
 

Public Attributes

Proj proj const
 

Member Data Documentation

◆ const

Proj proj ranges::views::remove_bind_fn::const
Initial value:
{
return make_view_closure(bind_back(
remove_base_fn{}, static_cast<Value &&>(value), std::move(proj)))

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