DCMTK
Version 3.6.3
OFFIS DICOM Toolkit
|
Declares OFvariant and related functionality. More...
Classes | |
class | OFvariant< Alternatives > |
A class template that represents a type-safe union. More... | |
struct | OFmonostate |
A helper type for making OFvariant default constructible. More... | |
Declares OFvariant and related functionality.
struct OFmonostate |
A helper type for making OFvariant default constructible.
Use OFmonostate as the first alternative of an OFvariant otherwise holding a non default constructible type as the first alternative for making the variant itself default constructible.