DCMTK  Version 3.6.6
OFFIS DICOM Toolkit
OFis_same< T0, T1 > Struct Template Reference

Metafunction to determine if two types are identical. More...

Detailed Description

template<typename T0, typename T1>
struct OFis_same< T0, T1 >

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.

See also
http://en.cppreference.com/w/cpp/types/is_same for details.
Template Parameters
T0The first type to compare.
T1The second type to compare.

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