#include <Robots/LoBot/util/LoSTL.H>
Public Member Functions | |
bool | operator() (const value_type &A, const value_type &B) const |
By default, STL maps compare keys when used with various STL algorithms such as min_element and max_element. This function object performs the comparison by comparing the values stored in the map rather than its keys. It uses the < operator for comparisons.
NOTE: The type M is expected to be an std::map.
Definition at line 218 of file LoSTL.H.