Return an rvalue reference to the contained value.
Synopsis
Declared in <bslstl_optional.h>
t_TYPE const&&
value() const &&;
Return Value
rvalue reference providing non‐modifiable access to the contained value
Created with MrDocs