Here is a list of all concepts with brief descriptions:
[detail level 12]
| NRaven | |
| RDerivedFrom | Concept to check if T is derived from Base |
| RRTApp | Concept to check if T is a Raven application type |
| RPOD | Concept to check if T is a Plain Old Data (POD) type |
| RInvocable | Concept to check if T is invocable (i.e., can be called with no arguments and return void) |
| RArithmetic | Concept to check if T supports basic arithmetic operations (+, -, *, /) |
| RStreamable | Concept to check if T can be streamed to an ostream (i.e., supports '<<' operator) |
| RIterable | Concept to check if T is iterable (supports begin() and end()) |