GenericValue: add Move()

This commit is contained in:
Philipp A. Hartmann 2014-07-09 11:25:38 +02:00
parent 9a89eed11a
commit edf8a0aa1d

View File

@ -551,6 +551,9 @@ public:
return *this;
}
//! Prepare Value for move semantics
/*! \return *this */
GenericValue& Move() { return *this; }
//@}
//!@name Type