Go to the source code of this file.
Functions | |
template<class T > | |
void | swap (T &a, T &b) |
template<class T > | |
void | swap (T *a, T *b, int n) |
Contains swap function
Licensed under GPL2 license Read attached license in file mdp_license.pdf This file cannot be distributed without file mdp_license.pdf
void swap | ( | T * | a, | |
T * | b, | |||
int | n | |||
) | [inline] |
void swap | ( | T & | a, | |
T & | b | |||
) | [inline] |