Same as the preceding overload, for const lvalues.
Synopsis
Declared in <bslalg_nothrowmovableutil.h>
template<class TYPE>
static
bslalg::NothrowMovableUtil::UnwrappedType<TYPE>::type const&
unwrap(TYPE const& f);
Return Value
const reference to the unwrapped object
Parameters
Name |
Description |
f |
object to unwrap |
Created with MrDocs