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