Searched defs:_Py_STATIC_CAST (Results 1 – 1 of 1) sorted by relevance
14 # define _Py_STATIC_CAST(type, expr) static_cast<type>(expr) macro16 # define _Py_STATIC_CAST(type, expr) ((type)(expr)) macro