Searched refs:keepConstCast (Results 1 – 1 of 1) sorted by relevance
153 const int *keepConstCast() const;154 int *keepConstCast() { // Needs to stay non-const. in keepConstCast() function155 return const_cast<int *>(static_cast<const Keep *>(this)->keepConstCast()); in keepConstCast()