Claw  1.7.0
Classes | Namespaces
conditional.hpp File Reference

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 >
struct  claw::meta::if_then_else< false, ThenPart, ElsePart >

Namespaces

namespace  claw
 This is the main namespace.
namespace  claw::meta
 Structures for meta-programmation.

Detailed Description

Structures for meta-programming.

Author:
Julien Jorge

Definition in file conditional.hpp.