Searched refs:_C2Flexible (Results 1 – 2 of 2) sorted by relevance
117 struct C2_HIDE _C2Flexible struct122 #define IF_FLEXIBLE(S) ENABLE_IF(_C2Flexible<S>::value)
1727 static_assert(_C2Flexible<_Flex>::value, "should be flexible"); in StaticTest()1728 static_assert(!_C2Flexible<_NonFlex>::value, "should not be flexible"); in StaticTest()