|
| template (typename V, typename P)() const expr auto operator()(V &&value |
|
template<typename V > |
constexpr auto | operator() (V &&value) const |
|
| template (typename Rng, typename V, typename P=identity)(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)))
The documentation for this struct was generated from the following file: