[#BloombergLP-bslmf-ForwardingRefTypeUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmf.adoc[bslmf]::ForwardingRefTypeUtil :relfileprefix: ../../ :mrdocs: Provide a namespace for the `forwardToTarget` function. == Synopsis Declared in `<bslmf_forwardingreftype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> class ForwardingRefTypeUtil; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslmf/ForwardingRefTypeUtil/TargetType.adoc[`TargetType`] | The closest type used to "reconstitute" `t_TYPE` from `ForwardingRefType<t_TYPE>::Type`. This type may differ from `t_TYPE` through the addition of a reference. |=== == Using Declarations [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslmf/ForwardingRefTypeUtil/forwardToTarget.adoc[`forwardToTarget`] | Forward the specified `v` to the final target of a forwarding call chain. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#