Searched defs:AsConst (Results 1 – 1 of 1) sorted by relevance
51 template <typename Type> const Type &AsConst(Type &aObject) { return const_cast<const Type &>(aObje… in AsConst() function63 template <typename Type> const Type *AsConst(Type *aPointer) { return const_cast<const Type *>(aPoi… in AsConst() function