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

Classes

struct  ranges::v3::replace_copy_if_fn
 

Typedefs

template<typename I , typename O , typename C , typename T , typename P = ident>
using ranges::v3::ReplaceCopyIfable = meta::strict_and< InputIterator< I >, OutputIterator< O, T const & >, IndirectlyCopyable< I, O >, IndirectPredicate< C, projected< I, P > >>
 

Variables

constexpr with_braced_init_args< replace_copy_if_fn > ranges::v3::replace_copy_if {}