BloombergLP::bslstl::Optional_Base<t_TYPE, false>::dereferenceRaw

Return a reference to the contained value without checking engagement.

Synopses

Declared in <bslstl_optional.h>

Return a reference to the contained value without checking engagement.

t_TYPE&
dereferenceRaw();
» more...

Return a reference to the contained value without checking engagement.

t_TYPE const&
dereferenceRaw() const;
» more...

Return Value

  • reference providing modifiable access to the contained value
  • reference providing non-modifiable access to the contained value