Claw  1.7.3
claw::meta::if_then_else< Cond, ThenPart, ElsePart > Struct Template Reference

This structure allows to do conditional typing. More...

#include <conditional.hpp>

Detailed Description

template<bool Cond, typename ThenPart, typename ElsePart>
struct claw::meta::if_then_else< Cond, ThenPart, ElsePart >

This structure allows to do conditional typing.

Template parameters

The result can be retrieved via the if_then_else::result type.

Author
Julien Jorge

Definition at line 50 of file conditional.hpp.


The documentation for this struct was generated from the following file: