Searched defs:__CONST_CAST (Results 1 - 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
H A Dfeatures.h582 # define __CONST_CAST(__x,__y) const_cast<__x>(__y) macro
587 # define __CONST_CAST(__x,__y) __C_CAST(__x, __y) macro
634 # define _STLP_MUTABLE(type, x) __CONST_CAST(type*, this)->x

Completed in 57 milliseconds