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