unwrap overloads
Declared in <bslalg_nothrowmovablewrapper.h>
Return a reference offering modifiable access to the wrapped object.
bslalg::NothrowMovableWrapper<TYPE>::ValueType&
unwrap();
» more...
Return a reference offering const access to the wrapped object.
bslalg::NothrowMovableWrapper<TYPE>::ValueType const&
unwrap() const;
» more...