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