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