DCMTK  Version 3.6.1 20170228
OFFIS DICOM Toolkit
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
OFconditional< B, T, F > Struct Template Reference

Metafunction to select one of two types depending on a template parameter. More...

Detailed Description

template<OFBool B, typename T, typename F>
struct OFconditional< B, T, F >

Metafunction to select one of two types depending on a template parameter.

See also
http://en.cppreference.com/w/cpp/types/conditional for details.
Template Parameters
BIf B is OFtrue, OFconditional has a public member typedef type, equal to T; otherwise, type equals F.
TThe type to use for "type" if B equals OFTrue.
FThe type to use for "type" if B equals OFFalse.

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


Generated on Tue Feb 28 2017 for DCMTK Version 3.6.1 20170228 by Doxygen 1.8.8