DCMTK
Version 3.6.1 20170228
OFFIS DICOM Toolkit
|
Metafunction to add another pointer-level to a type. More...
Metafunction to add another pointer-level to a type.
OFadd_pointer provides a public member typedef "type" that is equal to the given parameter except existing references are removed and instead another pointer-level is added.
T | The type to add a pointer-level to. |