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.hpp53 struct __mconstant { struct
54 using type = __mconstant;
55 using value_type = __mtypeof<_Np>;
56 static constexpr auto value = _Np;
58 constexpr operator value_type() const noexcept { in operator value_type()
62 constexpr auto operator()() const noexcept -> value_type { in operator ()()