[#BloombergLP-bslmf-MovableRefUtil_RemoveReference] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmf.adoc[bslmf]::MovableRefUtil_RemoveReference :relfileprefix: ../../ :mrdocs: forward declaration == Synopsis Declared in `<bslmf_movableref.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> struct MovableRefUtil_RemoveReference : bsl::remove_reference<t_TYPE> ---- == Base Classes [cols="1,4"] |=== | Name| Description | `bsl::remove_reference<t_TYPE>` | |=== == Derived Classes [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslmf/MovableRefUtil/RemoveReference.adoc[`RemoveReference`] | This `struct` template provides a metafunction that, if the specified `t_TYPE` is a reference type, defines a nested `type` typedef of the type to which `t_TYPE` refers, and defines a nested `type` typedef of `t_TYPE` otherwise. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#