Searched defs:SAL_CONST_CAST (Results 1 – 1 of 1) sorted by relevance
372 #define SAL_CONST_CAST(type, expr) (const_cast< type >(expr)) macro376 #define SAL_CONST_CAST(type, expr) ((type) (expr)) macro
Completed in 27 milliseconds