|
@@ -48,6 +48,8 @@ public:
|
|
|
StringView(const String&);
|
|
|
StringView(const FlyString&);
|
|
|
|
|
|
+ explicit StringView(String&&) = delete;
|
|
|
+
|
|
|
[[nodiscard]] constexpr bool is_null() const { return !m_characters; }
|
|
|
[[nodiscard]] constexpr bool is_empty() const { return m_length == 0; }
|
|
|
|