Loading...
Searching...
No Matches
17#define DEFINE_ASSIGNMENT_OPERATOR_USING_SWAP(Type, MoveOrCopy, move_or_copy, \
19 Type &Type::operator=(Type MoveOrCopy) { \
21 Type temporary{move_or_copy}; \
22 swap_function(other, *this); \
27 static_assert(true, "")