Simple Application Framework
1
|
Swap functor. More...
#include <Swap.h>
Public Member Functions | |
void | operator() (T &var1, T &var2) |
Swap functor.
This functor is used in Saf::Algo::Swap() function to perform swap of two variables. Specialize this class to implement custom swap functionality.
void Saf::Algo::SwapFunc< T >::operator() | ( | T & | var1, |
T & | var2 | ||
) | [inline] |