Functor for the less-than comparison operator, <.
More...
#include <function.h>
Public Member Functions | |
| template<typename T1 , typename T2> | |
| bool | operator() (const T1 &t1, const T2 &t2) const |
| Functor call. More... | |
Functor for the less-than comparison operator, <.