Specialization for the case where the condition evaluates to true. More...
#include <conditional.hpp>
Public Types | |
typedef ThenPart | result |
When the condition evaluates to true, the result is the "else" part. | |
Specialization for the case where the condition evaluates to true.
Definition at line 57 of file conditional.hpp.
typedef ThenPart claw::meta::if_then_else< true, ThenPart, ElsePart >::result |
When the condition evaluates to true, the result is the "else" part.
Definition at line 61 of file conditional.hpp.