[#BloombergLP-bslmf-Util-forward-083] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmf.adoc[bslmf]::xref:BloombergLP/bslmf/Util.adoc[Util]::forward :relfileprefix: ../../../ :mrdocs: Forward the specified `t` lvalue argument. == Synopsis Declared in `<bslmf_util.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> constexpr static t_TYPE&& forward(bsl::remove_reference<t_TYPE>::type& t) noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#