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