the overloads
Declared in <bdlb_variant.h>
Return a modifiable reference to the held TYPE value.
template<class TYPE>
TYPE&
the();
» more...
Return a non-modifiable reference to the held TYPE value.
template<class TYPE>
TYPE const&
the() const;
» more...
TYPE valueTYPE value