move_sink and copy_sink are used to select between overloaded operations according to whether type T is movable and convertible to type U.
More...
#include <move.hpp>
Detailed Description
template<typename T, typename U = T, typename R = void*>
struct adobe::move_sink< T, U, R >
- See also:
- move
Definition at line 356 of file move.hpp.