#include <Robots/LoBot/util/LoSTL.H>
Public Member Functions | |
T | operator() (const T &a, const T &b) const |
The STL already provides canned function objects for relational operators. These two are for the min and max functions. They can be used in conjunction with binders to quickly write calls to std::transform(), etc. without having to create custom function objects.
Definition at line 134 of file LoSTL.H.