Home
last modified time | relevance | path

Searched defs:__mconstant (Results 1 – 1 of 1) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__meta.hpp57 struct __mconstant struct
59 using type = __mconstant;
60 using value_type = __mtypeof<_Np>;
61 static constexpr auto value = _Np;
63 constexpr operator value_type() const noexcept in operator value_type()
68 constexpr auto operator()() const noexcept -> value_type in operator ()()