Same as the preceding overload, for rvalue references.
Declared in <bslmf_util.h>
template<class t_TYPE>
constexpr
static
t_TYPE&&
forwardAsReference(bsl::remove_reference<t_TYPE>::type&& t) noexcept;
t forwarded as t_TYPE&&
| Name | Description |
|---|---|
| t | rvalue to forward as a reference |