Searched refs:__what_ (Results 1 – 1 of 1) sorted by relevance
226 __what_{(_Is < _Ny ? __str[_Is] : '\0')...} in __mstring()235 constexpr __mstring(const char (&__str)[_Ny], int = 0) noexcept : __what_{}239 __what_[__i++] = __ch;271 auto __cmp = (__what_[__i] <=> __other.__what_[__i]); in operator <=>()285 char __what_[_Len]; member