Return an lvalue reference to the object referenced by the specified ref object.
Synopsis
Declared in <bslmf_movableref.h>
template<class t_TYPE>
static
bsl::remove_reference<t_TYPE>::type&
access(t_TYPE&& ref) noexcept;
Created with MrDocs