|
Support Class Library
A set of tools providing classes and utility
|
Relation concept, a type R is a relation between T and U if it defines the 4 combinations. More...
#include "Relation.h"
Public Member Functions | |
| constexpr | operator bool () const |
Relation concept, a type R is a relation between T and U if it defines the 4 combinations.
| R | being the relation type |
| T | being the first argument type |
| U | being the last argument type |
Definition at line 18 of file Relation.h.
|
inline |
Definition at line 19 of file Relation.h.
1.8.13