Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dexecution.hpp1752 using __value_or_void_t = __if<std::is_same<_Value, void>, __void, _Value>; typedef
1755 std::variant<std::monostate, __value_or_void_t<_Value>, std::exception_ptr>;
1763 requires constructible_from<__value_or_void_t<_Value>, _Us...>