Searched defs:__mstring (Results 1 – 1 of 1) sorted by relevance
192 struct __mstring { struct195 constexpr __mstring(const char (&__str)[_Ny], __indices<_Is...>) noexcept in __mstring() function200 constexpr __mstring(const char (&__str)[_Ny], int = 0) noexcept in __mstring() function212 static constexpr auto __length() noexcept -> std::size_t { in __length()219 constexpr auto operator==(const __mstring<_OtherLen> &) const noexcept -> bool { in operator ==()229 operator<=>(const __mstring<_OtherLen> &__other) const noexcept -> std::strong_ordering { in operator <=>()243 char __what_[_Len]{};