
Go to the source code of this file.
Namespaces | |
| namespace | rutz |
Functions | |
| template<class T> | |
| const T & | rutz::min (const T &a, const T &b) |
| template<class T> | |
| const T & | rutz::max (const T &a, const T &b) |
| template<class T> | |
| T | rutz::abs (const T &val) |
| template<class T> | |
| T | rutz::clamp (const T &val, const T &lower, const T &upper) |
| template<class T> | |
| void | rutz::swap2 (T &t1, T &t2) |
Definition in file algo.h.