DCMTK
Version 3.6.3
OFFIS DICOM Toolkit
|
Metafunction to remove several modifiers from a type, for example to realize by-value parameter passing. More...
Metafunction to remove several modifiers from a type, for example to realize by-value parameter passing.
OFdecay applies lvalue-to-rvalue, array-to-pointer, and function-to-pointer implicit conversions to the parameter type, removes cv-qualifiers, and defines the resulting type as the public member typedef "type".
T | The type to decay. |