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

Public Member Functions

template<typename Value >
constexpr auto operator() (Value value) const
 

Public Attributes

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

Member Data Documentation

◆ const

TODO Proj proj ranges::views::remove_bind_fn::const
Initial value:
{
remove_base_fn{}, static_cast<Value &&>(value), 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