[#BloombergLP-bsls-Util_RemoveReference-0b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::Util_RemoveReference :relfileprefix: ../../ :mrdocs: Metafunction providing the referenced type of the specified `TYPE`. == Synopsis Declared in `<bsls_util.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> struct Util_RemoveReference; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bsls/Util_RemoveReference-0b/type.adoc[`type`] | Alias of `TYPE` with reference qualifiers removed. |=== == Specializations [cols="1"] |=== | Name | xref:BloombergLP/bsls/Util_RemoveReference-0c.adoc[`Util_RemoveReference<TYPE&>`] | xref:BloombergLP/bsls/Util_RemoveReference-06.adoc[`Util_RemoveReference<TYPE&&>`] |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#