Searched refs:__mvalue_of (Results 1 – 1 of 1) sorted by relevance
1045 #define __mvalue_of(...) __VA_ARGS__::value macro1047 #define __mvalue_of(...) __v<__VA_ARGS__> macro1051 using __mand_t = __mbool<(__mvalue_of(_Booleans) && ...)>;1056 using __mor_t = __mbool<(__mvalue_of(_Booleans) || ...)>;1061 using __mnot_t = __mbool<!__mvalue_of(_Boolean)>;1071 using __mplus_t = __mconstant<(__mvalue_of(_Ints) + ...)>;1074 #undef __mvalue_of