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

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
H A Dfeatures.h632 # define _STLP_MUTABLE(type, x) x macro
634 # define _STLP_MUTABLE(type, x) __CONST_CAST(type*, this)->x macro

Completed in 104 milliseconds