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;
Return Value
an lvalue reference to the object referenced by ref
Parameters
Name |
Description |
ref |
object providing the referenced value |
Created with MrDocs