42 mContent(other.mContent ? other.mContent->clone() :
nullptr)
53 std::swap(mContent, rhs.mContent);
75 #ifndef MYGUI_RTTI_DISABLE_TYPE_INFO
78 return mContent ? mContent->getType() :
typeid(void);
84 return mContent ?
static_cast<Any::Holder<void*> *
>(this->mContent)->held :
nullptr;
void * castUnsafe() const
Any & operator=(const ValueType &rhs)
const std::type_info & getType() const