18 mContent(other.mContent ? other.mContent->clone() : nullptr)
28 mContent = rhs.mContent ? rhs.mContent->clone() :
nullptr;
41 return mContent ? mContent->
getType() :
typeid(void);
46 if (mContent ==
nullptr && other.mContent ==
nullptr)
48 return mContent !=
nullptr && other.mContent !=
nullptr && mContent->compare(other.mContent);
Any & operator=(const ValueType &rhs)
const std::type_info & getType() const
bool compare(const Any &other) const