Searched refs:ENABLE_IF (Results 1 – 1 of 1) sorted by relevance
122 #define IF_FLEXIBLE(S) ENABLE_IF(_C2Flexible<S>::value)124 #define ENABLE_IF(cond) typename std::enable_if<cond>::type macro