Home
last modified time | relevance | path

Searched defs:__REINTERPRET_CAST (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/include/c++/stlport/stl/config/
H A Dfeatures.h586 # define __REINTERPRET_CAST(__x,__y) reinterpret_cast<__x>(__y) macro
590 # define __REINTERPRET_CAST(__x,__y) __C_CAST(__x, __y) macro