Searched defs:AsNonConst (Results 1 – 1 of 1) sorted by relevance
75 template <typename Type> Type &AsNonConst(const Type &aObject) { return const_cast<Type &>(aObject)… in AsNonConst() function87 template <typename Type> Type *AsNonConst(const Type *aPointer) { return const_cast<Type *>(aPointe… in AsNonConst() function