A valid ordering requires that the type has eq, neq, <, >, <=, and => operators that each return the same type. The return type does not need to be a boolean. == and != must return a boolean. More...
Go to the source code of this file.
Namespaces | |
| namespace | bbm |
| namespace | bbm::concepts |
| namespace | bbm::concepts::backbone |
Concepts | |
| concept | bbm::concepts::backbone::ordered |
| Comparison operators: | |
A valid ordering requires that the type has eq, neq, <, >, <=, and => operators that each return the same type. The return type does not need to be a boolean. == and != must return a boolean.