BloombergLP::bslstl::Variant_DataImp

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

NameDescription
Variant_DataImp [constructor]Constructors
value value overloads