[#BloombergLP-bslmf-Util-moveIfSupported] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmf.adoc[bslmf]::xref:BloombergLP/bslmf/Util.adoc[Util]::moveIfSupported :relfileprefix: ../../../ :mrdocs: Return `std::move(t)` if `t_TYPE` is move constructible, and a reference to `t` otherwise. == Synopsis Declared in `<bslmf_util.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> constexpr static bsl::remove_reference<t_T>::type&& moveIfSupported(t_TYPE&& t) noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#