![]() |
Rosetta
3.7
|
Namespaces | |
utility | |
comment 0 | |
Functions | |
template<typename T > | |
int | utility::argmin (const std::vector< T > &iterable) |
Returns the argument whose value is minimal according to operator<. More... | |
template<typename T > | |
int | utility::argmin (const utility::vector1< T > &iterable) |
Returns the argument whose value is minimal according to operator<. More... | |
template<typename T > | |
int | utility::argmax (const std::vector< T > &iterable) |
Returns the argument whose value is maximal according to operator>. More... | |
template<typename T > | |
int | utility::argmax (const utility::vector1< T > &iterable) |
Returns the argument whose value is maximal according to operator>. More... | |