Home
last modified time | relevance | path

Searched defs:CPL_STATIC_CAST (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/py-gdal/gdal-3.3.3/port/
H A Dcpl_port.h228 #define CPL_STATIC_CAST(type, expr) static_cast<type>(expr) macro
231 #define CPL_STATIC_CAST(type, expr) ((type)(expr)) macro
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/port/
H A Dcpl_port.h228 #define CPL_STATIC_CAST(type, expr) static_cast<type>(expr) macro
231 #define CPL_STATIC_CAST(type, expr) ((type)(expr)) macro
/dports/graphics/gdal/gdal-3.3.3/port/
H A Dcpl_port.h228 #define CPL_STATIC_CAST(type, expr) static_cast<type>(expr) macro
231 #define CPL_STATIC_CAST(type, expr) ((type)(expr)) macro