BloombergLP::bdlb::Variant::the

the overloads

Synopses

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...

Return Value

  • modifiable reference to the held TYPE value
  • non-modifiable reference to the held TYPE value