DCMTK  Version 3.6.1 20170228
OFFIS DICOM Toolkit
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
OFadd_pointer< T > Struct Template Reference

Metafunction to add another pointer-level to a type. More...

Detailed Description

template<typename T>
struct OFadd_pointer< T >

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.

See also
http://en.cppreference.com/w/cpp/types/add_pointer for details.
Template Parameters
TThe type to add a pointer-level to.

The documentation for this struct was generated from the following file:


Generated on Tue Feb 28 2017 for DCMTK Version 3.6.1 20170228 by Doxygen 1.8.8