Same as the preceding overload, for const movable rvalues.
Declared in <bslalg_nothrowmovableutil.h>
template<class TYPE>
static
bslmf::MovableRef<bslalg::NothrowMovableUtil::UnwrappedType<TYPE>::type const>
unwrap(BloombergLP::bslmf::MovableRef_Deduced<TYPE const> f);
movable reference to the const unwrapped object
| Name | Description |
|---|---|
| f | object to unwrap |