DCMTK  Version 3.6.6
OFFIS DICOM Toolkit
OFis_signed< T > Struct Template Reference

Metafunction to determine if a type is signed. More...

Detailed Description

template<typename T>
struct OFis_signed< T >

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.

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

The documentation for this struct was generated from the following file:


Generated on Thu Jan 14 2021 for DCMTK Version 3.6.6 by Doxygen 1.8.18