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 auto operator() (T &&t) const noexcept -> meta::_t< std::remove_reference< T >> &&
 
template<typename T >
constexpr decltype(auto) friend operator| (T &&t, move_fn move) noexcept