GenericValue: add Move()
This commit is contained in:
parent
9a89eed11a
commit
edf8a0aa1d
@ -551,6 +551,9 @@ public:
|
|||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//! Prepare Value for move semantics
|
||||||
|
/*! \return *this */
|
||||||
|
GenericValue& Move() { return *this; }
|
||||||
//@}
|
//@}
|
||||||
|
|
||||||
//!@name Type
|
//!@name Type
|
||||||
|
Loading…
x
Reference in New Issue
Block a user