unwrap overloads
Synopses
Declared in <bslalg_nothrowmovablewrapper.h>
Return a reference offering modifiable access to the wrapped object.
Return a reference offering const access to the wrapped object.
bslalg::NothrowMovableWrapper<TYPE>::ValueType const&
unwrap() const;
Return Value
-
reference offering modifiable access to the wrapped object
-
reference offering const access to the wrapped object
Created with MrDocs