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