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 {} |