mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-12 10:03:51 +01:00
clarify operator=
This commit is contained in:
parent
3976f17ffd
commit
7f439f4276
@ -255,7 +255,8 @@ Json::Value obj_value(Json::objectValue); // {}
|
||||
Value(const Value& other);
|
||||
~Value();
|
||||
|
||||
// Deep copy, then swap(other).
|
||||
/// Deep copy, then swap(other).
|
||||
/// \note Over-write existing comments. To preserve comments, use #swapPayload().
|
||||
Value& operator=(Value other);
|
||||
/// Swap everything.
|
||||
void swap(Value& other);
|
||||
|
Loading…
Reference in New Issue
Block a user