Util: Implement copy-and-swap idiom and the Rule of Five in Value
This commit is contained in:
@@ -27,6 +27,7 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
void clear() { m_members.clear(); }
|
||||
void emplace(const std::string& name, Value value);
|
||||
|
||||
Value& operator[](const std::string& name);
|
||||
|
||||
Reference in New Issue
Block a user