#include <stlsoft/stlsoft.h>
Go to the source code of this file.
Namespaces | |
| namespace | stlsoft |
Functions | |
| template<typename T> | |
| T const & | minimum (T const &lhs, T const &rhs) |
| Determines the minimum of two values. | |
| template<typename T> | |
| T const & | maximum (T const &lhs, T const &rhs) |
| Determines the maximum of two values. | |
1.5.6