Searched refs:__mvalue_of (Results 1 – 1 of 1) sorted by relevance
1108 #define __mvalue_of(...) __VA_ARGS__::value macro1110 #define __mvalue_of(...) __v<__VA_ARGS__> macro1114 using __mand_t = __mbool<(__mvalue_of(_Booleans) && ...)>;1119 using __mor_t = __mbool<(__mvalue_of(_Booleans) || ...)>;1124 using __mnot_t = __mbool<!__mvalue_of(_Boolean)>;1134 using __mplus_t = __mconstant<(__mvalue_of(_Ints) + ...)>;1137 #undef __mvalue_of