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

Metafunction to remove the extent from an array type. More...

Detailed Description

template<typename T>
struct OFremove_extent< T >

Metafunction to remove the extent from an array type.

OFremove_extent provides a public member typedef "type" that is equal to the given parameter except existing extents are removed.

Note
If the parameter is a multidimensional array, only the first dimension is removed.
See also
http://en.cppreference.com/w/cpp/types/remove_extent for details.
Template Parameters
TThe type its extents should be removed.

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