Borderbasix

Swap.H
Go to the documentation of this file.
1 #ifndef __SGI_STL_INTERNAL_ALGOBASE_H
2 #ifndef Swap_H
3 #define Swap_H
4 template <class X>
5 inline void swap(X *a, X *b) {X tmp = *a; *a = *b; *b = tmp; }
6 #endif // //Swap_H
7 #endif //
void swap(X *a, X *b)
Definition: Swap.H:5
MSKstreamtypee MSKint32t MSKint32t MSKint32t MSKint32t MSKint32t MSKint32t MSKint32t MSKint32t MSKint32t a
Definition: mosek.h:3833
Home  |  Download & InstallContributions