add ToString to Config
This commit is contained in:
parent
4f8b6241e0
commit
ec8bbc8465
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user