Searched defs:__mconstant (Results 1 – 1 of 1) sorted by relevance
53 struct __mconstant { struct54 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 ()()