Home
last modified time | relevance | path

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

/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/ofstd/include/dcmtk/ofstd/
H A Dofcast.h45 #define OFconst_cast(x,y) (const_cast< x >(y)) macro
47 #define OFconst_cast(x,y) ((x)(y)) macro