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

Public Member Functions

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

Member Function Documentation

◆ operator()()

template<typename Value , typename Proj >
constexpr auto ranges::views::remove_bind_fn::operator() ( Value &&  value,
Proj  proj 
) const
constexpr
Precondition
requires (!range<Value>) // TODO: underconstrained

References ranges::make_view_closure, and ranges::aux::move.