copy_sink and move_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::copy_sink< T, U, R >
- See also:
- move
Definition at line 335 of file move.hpp.