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

Metafunction to remove the volatile modifier from a type. More...

Detailed Description

template<typename T>
struct OFremove_volatile< T >

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.

See also
http://en.cppreference.com/w/cpp/types/remove_volatile for details.
Template Parameters
TThe type its volatile modifiers 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