Searched defs:__mstring (Results 1 – 1 of 1) sorted by relevance
221 struct __mstring struct225 constexpr __mstring(const char (&__str)[_Ny], __indices<_Is...>) noexcept : in __mstring() function230 constexpr __mstring(const char (&__str)[_Ny], int = 0) noexcept : in __mstring() function244 static constexpr auto __length() noexcept -> std::size_t in __length()253 constexpr auto operator==(const __mstring<_OtherLen>&) const noexcept in operator ==()265 constexpr auto operator<=>(const __mstring<_OtherLen>& __other) in operator <=>()285 char __what_[_Len];