Searched defs:SimpleFixedString (Results 1 – 1 of 1) sorted by relevance
39 class SimpleFixedString; variable208 constexpr SimpleFixedString( in SimpleFixedString() function218 constexpr SimpleFixedString() : data_{}, size_{} {} in SimpleFixedString() function223 constexpr SimpleFixedString(const SimpleFixedString<M>& that) noexcept(M <= N) in SimpleFixedString() function228 constexpr SimpleFixedString( in SimpleFixedString() function246 constexpr SimpleFixedString(const char (&literal)[M]) noexcept in SimpleFixedString() function252 constexpr SimpleFixedString(const char* str, std::size_t count) noexcept( in SimpleFixedString() function