Dereference operators
Synopses
Declared in <bdlb_nullableallocatedvalue.h>
Return a reference providing modifiable access to the underlying TYPE object. The behavior is undefined if the object has no value.
TYPE&
operator*();
Return a reference providing non‐modifiable access to the underlying TYPE object. The behavior is undefined if the object has no value.
TYPE const&
operator*() const;
Created with MrDocs