Searched defs:AsConst (Results 1 – 8 of 8) 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
36 const T& AsConst(const T& t) { in AsConst() function