DCMTK
Version 3.6.1 20170228
OFFIS DICOM Toolkit
|
Metafunction to determine if a type is an array. More...
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.
T | The type to inspect, e.g. "int[]". |