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