![]() |
Compile time check whether a compile time constant expression evaluates to true.This value trait tests whether the given compile time constant C evaluates to true. In case the value is true, the value member enumeration is set to 1, the nested type definition Type is TrueType, and the class derives from TrueType. Otherwise value is set to 0, Type is FalseType, and the class derives from FalseType. More...
#include <IsTrue.h>
Inherits Type< C, TrueType, FalseType >.
Compile time check whether a compile time constant expression evaluates to true.
This value trait tests whether the given compile time constant C evaluates to true. In case the value is true, the value member enumeration is set to 1, the nested type definition Type is TrueType, and the class derives from TrueType. Otherwise value is set to 0, Type is FalseType, and the class derives from FalseType.