Gobelijn API documentation
- generated for commit a0cbea7
|
Template function returns maximum. More...
Go to the source code of this file.
Functions | |
template<typename T > | |
T const & | max (T const &a, T const &b) |
int const & | max (int const &a, int const &b) |
template<typename T > | |
T const & | max (T const &a, T const &b, T const &c) |
Template function returns maximum.
Definition in file max2.hpp.
|
inline |