Header file for the utils class. More...
#include <utility>#include <cppapp/cppapp.h>

Go to the source code of this file.
Macros | |
| #define | ORDER_PAIR(a, b) |
Functions | |
| template<class T > | |
| T | safeAdd (T a, T b) |
| template<class T > | |
| T | safeMul (T a, T b) |
| template<class T > | |
| pair< T, T > | orderPair (T a, T b) |
Header file for the utils class.
| #define ORDER_PAIR | ( | a, | |
| b | |||
| ) |
1.8.4