clarify operator=

This commit is contained in:
Christopher Dunn 2015-03-06 09:22:57 -06:00
parent 3976f17ffd
commit 7f439f4276

View File

@ -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);