#include <_less_than_comparable.hpp>

Static Public Member Functions | |
| static bool | less_than (const T &a, const T &b) |
| Compare the objects a and b. | |
| static bool instigate::generic::less_than_comparable::interface< T >::less_than | ( | const T & | a, | |
| const T & | b | |||
| ) | [inline, static] |
Compare the objects a and b.
| a | - the first argument to be compared | |
| b | - the second argument to be compared |
Referenced by instigate::stl::less_than().