Searched defs:STATIC_REQUIRE (Results 1 – 3 of 3) sorted by relevance
280 #define STATIC_REQUIRE( ... ) static_assert( __VA_ARGS__, #__VA_ARGS__ ); SUCCEED( #__VA_A… macro283 #define STATIC_REQUIRE( ... ) REQUIRE( __VA_ARGS__ ) macro469 #define STATIC_REQUIRE( ... ) (void)(0) macro
17392 #define STATIC_REQUIRE( ... ) static_assert( __VA_ARGS__, #__VA_ARGS__ ); SUCCEED( #__VA_A… macro17395 #define STATIC_REQUIRE( ... ) REQUIRE( __VA_ARGS__ ) macro17580 #define STATIC_REQUIRE( ... ) (void)(0) macro
17658 #define STATIC_REQUIRE( ... ) static_assert( __VA_ARGS__, #__VA_ARGS__ ); SUCCEED( #__VA_A… macro17661 #define STATIC_REQUIRE( ... ) REQUIRE( __VA_ARGS__ ) macro17846 #define STATIC_REQUIRE( ... ) (void)(0) macro