Provide a namespace for the forwardToTarget function.
Declared in <bslmf_forwardingreftype.h>
template<class t_TYPE>
class ForwardingRefTypeUtil;
| Name | Description |
|---|---|
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. |
| Name | Description |
|---|---|
forwardToTarget | Forward the specified v to the final target of a forwarding call chain. |