|
| template (typename V, typename P)(requires(!range< V >)) const expr auto operator()(V &&value |
|
template<typename V > |
constexpr auto | operator() (V &&value) const |
|
| template (typename Rng, typename V, typename P=identity)(requires forward_range< Rng > AND permutable< iterator_t< Rng >> AND erasable_range< Rng |
|
sentinel_t< Rng > AND indirect_relation< equal_to, projected< iterator_t< Rng >, P >, V const * > Rng | operator() (Rng &&rng, V const &value, P proj={}) const |
|
|
P proj | const |
|
| iterator_t< Rng > |
|
◆ const
P proj ranges::actions::remove_fn::const |
Initial value:{
return make_action_closure(
bind_back(remove_fn{},
static_cast<V &&
>(value), std::move(proj)))
defer< bind_back, Fn, Ts... > bind_back
Definition: meta.hpp:994
The documentation for this struct was generated from the following file: