This component‐private class manages an object of type (template parameter) t_TYPE that is stored in a variant object. Note that t_TYPE may be const‐qualified, in which case the internally stored object is not const, but the interface of this class prevents modification thereof.
Synopsis
Declared in <bslstl_variant.h>
template<class t_TYPE>
class Variant_DataImp;
Member Functions
Name |
Description |
|
Constructors |
|
Created with MrDocs