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

/external/stlport/stlport/stl/config/
H A Dfeatures.h589 # define __STATIC_CAST(__x,__y) static_cast<__x>(__y) macro
592 # define __STATIC_CAST(__x,__y) __C_CAST(__x, __y) macro

Completed in 51 milliseconds