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

Metafunction to remove several modifiers from a type, for example to realize by-value parameter passing. More...

Detailed Description

template<typename T>
struct OFdecay< T >

Metafunction to remove several modifiers from a type, for example to realize by-value parameter passing.

OFdecay applies lvalue-to-rvalue, array-to-pointer, and function-to-pointer implicit conversions to the parameter type, removes cv-qualifiers, and defines the resulting type as the public member typedef "type".

See also
http://en.cppreference.com/w/cpp/types/decay for details.
Template Parameters
TThe type to decay.

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