Raven Engine v0.1
Loading...
Searching...
No Matches
Concepts
Here is a list of all concepts with brief descriptions:
[detail level 12]
 NRaven
 RDerivedFromConcept to check if T is derived from Base
 RRTAppConcept to check if T is a Raven application type
 RPODConcept to check if T is a Plain Old Data (POD) type
 RInvocableConcept to check if T is invocable (i.e., can be called with no arguments and return void)
 RArithmeticConcept to check if T supports basic arithmetic operations (+, -, *, /)
 RStreamableConcept to check if T can be streamed to an ostream (i.e., supports '<<' operator)
 RIterableConcept to check if T is iterable (supports begin() and end())