Same as the preceding overload, for const movable rvalues.
Synopsis
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);
Return Value
movable reference to the const unwrapped object
Parameters
Name |
Description |
f |
object to unwrap |
Created with MrDocs