![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <vector>#include <assert.h>Go to the source code of this file.
Namespaces | |
| namespace | RoutingKit |
Functions | |
| template<class T > | |
| unsigned | RoutingKit::first_max_element_position_of (const std::vector< T > &v) |
| template<class T > | |
| unsigned | RoutingKit::first_min_element_position_of (const std::vector< T > &v) |
| template<class T > | |
| const T & | RoutingKit::max_element_of (const std::vector< T > &v) |
| template<class T > | |
| const T & | RoutingKit::max_element_of (const std::vector< T > &v, const T &empty_value) |
| template<class T > | |
| void | RoutingKit::max_to (T &x, const T &y) |
| template<class T > | |
| const T & | RoutingKit::min_element_of (const std::vector< T > &v) |
| template<class T > | |
| const T & | RoutingKit::min_element_of (const std::vector< T > &v, const T &empty_value) |
| template<class T > | |
| void | RoutingKit::min_to (T &x, const T &y) |