Same as the operator* overload taking const &.

Synopsis

Declared in <bslstl_optional.h>

t_TYPE const&&
operator*() const &&;

Return Value

rvalue reference providing non‐modifiable access to the contained value

Created with MrDocs