DCMTK Version 3.6.7
OFFIS DICOM Toolkit
Loading...
Searching...
No Matches
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 Wed Feb 28 2024 for DCMTK Version 3.6.7 by Doxygen 1.9.8