add ToString to Config

This commit is contained in:
tqcq 2024-04-11 06:48:34 +00:00
parent 4f8b6241e0
commit ec8bbc8465

View File

@ -17,7 +17,7 @@ public:
Config &operator=(const Config &lhs) = delete; Config &operator=(const Config &lhs) = delete;
Config &operator=(Config &&rhs) noexcept = delete; Config &operator=(Config &&rhs) noexcept = delete;
sled::string ToString() const; std::string ToString() const;
/** /**
* case 1 * case 1