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 >
requires (!range<Value>)
constexpr auto operator() (Value &&value, Proj proj) const
 
template<typename Value >
constexpr auto operator() (Value value) const