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

Classes

struct  ranges::v3::aux::copy_fn
 

Functions

template<typename T , requires = (Constructible<detail::decay_t<T>, T>())>
detail::decay_t< T > ranges::v3::aux::operator| (T &&t, copy_fn)
 

Variables

constexpr copy_fn ranges::v3::aux::copy {}