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