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