Searched defs:Writable (Results 1 – 1 of 1) sorted by relevance
220 template<class T> static T* Writable(const T* v) { return const_cast<T*>(v); } in Writable() function231 template<class T> static T* Writable(const T* v) { in Writable() function