![]() |
Compile time type value comparison.The IfNot class template selects one of the two given types T2 and T3 depending on T1. In case T1::value evaluates to false, the member type definition Type is set to T2. In case T1::value evaluates to true, Type is set to T3. More...
#include <IfNot.h>
Compile time type value comparison.
The IfNot class template selects one of the two given types T2 and T3 depending on T1. In case T1::value evaluates to false, the member type definition Type is set to T2. In case T1::value evaluates to true, Type is set to T3.