Interface of the Less Than Comparable. More...
#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. | |
Interface of the Less Than Comparable.
| static bool instigate::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 |