Searched defs:JSON_HEDLEY_CONST_CAST (Results 1 – 2 of 2) sorted by relevance
958 # define JSON_HEDLEY_CONST_CAST(T, expr) (const_cast<T>(expr)) macro963 # define JSON_HEDLEY_CONST_CAST(T, expr) (__extension__ ({ \ macro970 # define JSON_HEDLEY_CONST_CAST(T, expr) ((T) (expr)) macro
1175 # define JSON_HEDLEY_CONST_CAST(T, expr) (const_cast<T>(expr)) macro