DCMTK
Version 3.6.1 20170228
OFFIS DICOM Toolkit
|
Metafunction to select one of two types depending on a template parameter. More...
Metafunction to select one of two types depending on a template parameter.
B | If B is OFtrue, OFconditional has a public member typedef type, equal to T; otherwise, type equals F. |
T | The type to use for "type" if B equals OFTrue. |
F | The type to use for "type" if B equals OFFalse. |