Codechange: Use EncodedStrings for News messages. (#13654)

This commit is contained in:
2025-02-23 20:24:02 +00:00
committed by GitHub
parent 0afae7c546
commit 6e10584b91
30 changed files with 304 additions and 293 deletions

View File

@@ -102,6 +102,7 @@ public:
auto operator<=>(const EncodedString &) const = default;
std::string GetDecodedString() const;
EncodedString ReplaceParam(size_t param, StringParameter &&value) const;
inline void clear() { this->string.clear(); }
inline bool empty() const { return this->string.empty(); }