Simple Application Framework
1
|
Swap function that can be type-specialized.
Go to the source code of this file.
Classes | |
struct | Saf::Algo::SwapFunc< T > |
Swap functor. More... | |
Namespaces | |
namespace | Saf |
Global library namespace. | |
namespace | Saf::Algo |
Generic data handling algorithms and structures. | |
Functions | |
template<class T > | |
void | Saf::Algo::Swap (T &x, T &y) |
Swap the content of two variables. |
Swap function that can be type-specialized.