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