Range-v3
Range algorithms, views, and actions for the Standard Library
action.hpp File Reference

Classes

struct  ranges::v3::action::action< Action >
 
struct  ranges::v3::action::action_access
 
struct  ranges::v3::action::action_access::impl< Action >
 
struct  ranges::v3::action::make_action_fn
 

Functions

template<typename Rng , typename Action , requires = (is_pipeable<Action>() && Range<Rng &>() && Function<bitwise_or, ref_t<Rng &> &&, Action>() && Same<ref_t<Rng &>, concepts::Function::result_t<bitwise_or, ref_t<Rng &> &&, Action>>())>
Rng & ranges::v3::action::operator|= (Rng &rng, Action &&action)