| DCMTK Version 3.6.9
    OFFIS DICOM Toolkit | 
Default storage traits of OFoptional<T>. More...
Default storage traits of OFoptional<T>.
OFdefault_optional_traits manages the state and storage of the contained object in a portable manner. You may use this class as base when defining custom traits for a specific type T, so you won't have to re-implement this functionality entirely.
| T | the content type of the respective OFoptional instance. | 
This example shows how to override the is_default_constructible attribute of OFoptional_traits for the custom class Test.