[#BloombergLP-bslmf-Util-forward-08c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmf.adoc[bslmf]::xref:BloombergLP/bslmf/Util.adoc[Util]::forward :relfileprefix: ../../../ :mrdocs: `forward` overloads == Synopses Declared in `<bslmf_util.h>` Forward the specified `t` lvalue argument. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> constexpr static t_TYPE&& xref:BloombergLP/bslmf/Util/forward-083.adoc[forward](bsl::remove_reference<t_TYPE>::type& t) noexcept; ---- [.small]#xref:BloombergLP/bslmf/Util/forward-083.adoc[_» more..._]# Forward the specified `t` rvalue argument based on the current compilation environment. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> constexpr static t_TYPE&& xref:BloombergLP/bslmf/Util/forward-00.adoc[forward](bsl::remove_reference<t_TYPE>::type&& t) noexcept; ---- [.small]#xref:BloombergLP/bslmf/Util/forward-00.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#