Range-v3
Range algorithms, views, and actions for the Standard Library
Public Member Functions
|
Public Attributes
|
List of all members
ranges::actions::unstable_remove_if_fn Struct Reference
Public Member Functions
template<typename C , typename P = identity>
requires
(!range< C >)` const expr
auto
operator()(C pred
Public Attributes
P
C
P
proj
Member Data Documentation
◆
proj
P ranges::actions::unstable_remove_if_fn::proj
Initial value:
= P{})
const
{
return
make_action_closure
(
bind_back
(unstable_remove_if_fn{},
std::move
(pred),
std::move
(proj)));
}
template
<
typename
Rng
ranges::make_action_closure
constexpr make_action_closure_fn make_action_closure
Definition:
action.hpp:37
ranges::aux::move
constexpr move_fn move
Definition:
move.hpp:48
meta::lazy::bind_back
defer< bind_back, Fn, Ts... > bind_back
Definition:
meta.hpp:785
ranges
actions
unstable_remove_if_fn
Generated by
1.8.18