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.
Declared in <bslstl_variant.h>
template<class t_TYPE>
class Variant_DataImp;
| Name | Description |
|---|---|
Variant_DataImp [constructor] | Constructors |
value | value overloads |