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