Return a reference providing modifiable access to the underlying t_TYPE object.
Synopsis
Declared in <bslstl_optional.h>
t_TYPE&
operator*() &;
Description
The behavior is undefined if the Optional_Base object is disengaged.
Return Value
reference providing modifiable access to the contained value
Created with MrDocs