Searched defs:JSON_HEDLEY_REINTERPRET_CAST (Results 1 – 2 of 2) sorted by relevance
977 #define JSON_HEDLEY_REINTERPRET_CAST(T, expr) (reinterpret_cast<T>(expr)) macro979 #define JSON_HEDLEY_REINTERPRET_CAST(T, expr) ((T) (expr)) macro
1194 #define JSON_HEDLEY_REINTERPRET_CAST(T, expr) (reinterpret_cast<T>(expr)) macro