DCMTK
Version 3.6.1 20170228
OFFIS DICOM Toolkit
|
Metafunction to remove the const modifier from a type. More...
Metafunction to remove the const modifier from a type.
OFremove_const provides a public member typedef "type" that is equal to the given parameter except existing const modifiers are removed.
T | The type its const modifiers should be removed. |