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

Metafunction to determine if a type is an array. More...

Detailed Description

template<typename T>
struct OFis_array< T >

Metafunction to determine if a type is an array.

OFis_array is based on OFintegral_constant and evaluates to OFTrue if an array type is probed, otherwise OFis_array<...>::value equals OFFalse.

See also
http://en.cppreference.com/w/cpp/types/is_array for details.
Template Parameters
TThe type to inspect, e.g. "int[]".

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