DCMTK
Version 3.6.1 20170228
OFFIS DICOM Toolkit
|
Metafunction to determine if a type is an integer. More...
Metafunction to determine if a type is an integer.
OFis_integral is based on OFintegral_constant and evaluates to OFTrue if an integral type is probed, otherwise OFis_integral<...>::value equals OFFalse.
T | The type to inspect, e.g. "int" or "long". |