DCMTK  Version 3.6.6
OFFIS DICOM Toolkit
OFremove_cv< T > Struct Template Reference

Metafunction to remove both the const and the volatile modifier from a type. More...

Detailed Description

template<typename T>
struct OFremove_cv< T >

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.

See also
http://en.cppreference.com/w/cpp/types/remove_cv for details.
Template Parameters
TThe type its const and volatile modifiers should be removed.

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


Generated on Thu Jan 14 2021 for DCMTK Version 3.6.6 by Doxygen 1.8.18