|
Claw
1.7.3
|
Structures for meta-programming. More...
Go to the source code of this file.
Classes | |
| struct | claw::meta::if_then_else< Cond, ThenPart, ElsePart > |
| This structure allows to do conditional typing. More... | |
| struct | claw::meta::if_then_else< true, ThenPart, ElsePart > |
| Specialization for the case where the condition evaluates to true. More... | |
| struct | claw::meta::if_then_else< false, ThenPart, ElsePart > |
| Specialization for the case where the condition evaluates to false. More... | |
Namespaces | |
| claw | |
| This is the main namespace. | |
| claw::meta | |
| Structures for meta-programmation. | |
Structures for meta-programming.
Definition in file conditional.hpp.
1.8.5