Implementation of the Less Than Comparable Concept. More...
Classes | |
| struct | tag |
| Less Than Comparable Concept tag. More... | |
| struct | interface |
| Interface of the Less Than Comparable. More... | |
| struct | requirements |
| Requirements of the Less Than Comparable. More... | |
Implementation of the Less Than Comparable Concept.
This is a "non-intrusive" interface of the instigate::less_than_comparable type. A type is less_than_comparable if it is possible to check whether the first object of given type is less than second object.