Helpers to declare and invoke swap() functions. More...
Go to the source code of this file.
Macros | |
#define | AURORA_GLOBAL_SWAP(Class) |
Macro to implement a global overload of swap(lhs, rhs) to allow argument-dependent lookup. More... | |
Functions | |
template<typename T > | |
void | adlSwap (T &lhs, T &rhs) |
swap() function with argument-dependent lookup More... | |
Helpers to declare and invoke swap() functions.