Inheritance diagram for ranges::aux::copy_fn:Friends | |
| template<typename T > | |
| constexpr auto | operator| (T &&t, copy_fn) -> detail::decay_t< T > requires constructible_from< detail::decay_t< T >, T > |
Public Member Functions | |
| template<typename T > | |
| constexpr auto | operator() (T &&t) const -> detail::decay_t< T > requires constructible_from< detail::decay_t< T >, T > |