Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::aux::move_fn Struct Reference
+ Inheritance diagram for ranges::aux::move_fn:

Public Member Functions

template<typename T >
constexpr meta::_t< std::remove_reference< T > > && operator() (T &&t) const noexcept
 

Friends

template<typename T >
constexpr decltype(auto) operator| (T &&t, move_fn move) noexcept