[#BloombergLP-bslmf-RemoveReference] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmf.adoc[bslmf]::RemoveReference :relfileprefix: ../../ :mrdocs: This `struct` template implements a meta‐function to remove the reference‐ness from the (template parameter) `t_TYPE`. Note that although this `struct` is functionally equivalent to `bsl::remove_reference`, the use of `bsl::remove_reference` should be preferred. == Synopsis Declared in `<bslmf_removereference.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> struct RemoveReference; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslmf/RemoveReference/Type.adoc[`Type`] | This `typedef` is an alias to the same type as the (template parameter) `t_TYPE` except with any reference‐ness removed. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#