Home
last modified time | relevance | path

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

/trunk/main/sal/inc/sal/
H A Dtypes.h372 #define SAL_CONST_CAST(type, expr) (const_cast< type >(expr)) macro
376 #define SAL_CONST_CAST(type, expr) ((type) (expr)) macro

Completed in 17 milliseconds