DCMTK
Version 3.6.1 20170228
OFFIS DICOM Toolkit
|
Metafunction to determine if two types are identical. More...
Metafunction to determine if two types are identical.
OFis_same is based on OFintegral_constant and evaluates to OFTrue if two identical types are given, otherwise OFis_same<...>::value equals OFFalse.
T0 | The first type to compare. |
T1 | The second type to compare. |