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();

Return a reference to the contained value without checking engagement.

t_TYPE const&
dereferenceRaw() const;

Return Value

  • reference providing modifiable access to the contained value

  • reference providing non‐modifiable access to the contained value

Created with MrDocs