Home
last modified time | relevance | path

Searched refs:__mvalue_of (Results 1 – 1 of 1) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__meta.hpp1045 #define __mvalue_of(...) __VA_ARGS__::value macro
1047 #define __mvalue_of(...) __v<__VA_ARGS__> macro
1051 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