nw::InternedString

struct InternedString

Public Functions

InternedString() = default
inline explicit InternedString(const String *str)
bool operator==(const InternedString &rhs) const noexcept = default
auto operator<=>(const InternedString &rhs) const noexcept = default
inline const String *ptr() const noexcept
inline StringView view() const noexcept
inline operator bool() const noexcept