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

Classes

struct  ranges::v3::remove_copy_fn
 

Typedefs

template<typename I , typename O , typename T , typename P = ident>
using ranges::v3::RemoveCopyable = meta::strict_and< InputIterator< I >, WeaklyIncrementable< O >, IndirectRelation< equal_to, projected< I, P >, T const * >, IndirectlyCopyable< I, O > >
 

Variables

constexpr with_braced_init_args< remove_copy_fn > ranges::v3::remove_copy {}