mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-03-08 18:41:19 +01:00
GenericValue: add Move()
This commit is contained in:
parent
9a89eed11a
commit
edf8a0aa1d
@ -551,6 +551,9 @@ public:
|
||||
return *this;
|
||||
}
|
||||
|
||||
//! Prepare Value for move semantics
|
||||
/*! \return *this */
|
||||
GenericValue& Move() { return *this; }
|
||||
//@}
|
||||
|
||||
//!@name Type
|
||||
|
Loading…
x
Reference in New Issue
Block a user