Provide a namespace for the forwardToTarget function.
Declared in <bslmf_forwardingtype.h>
template<class t_TYPE>
class ForwardingTypeUtil;
| Name | Description |
|---|---|
TargetType | The closest type used to "reconstitute" t_TYPE from ForwardingType<t_TYPE>::Type. This type may differ from t_TYPE through the addition of a reference. |
| Name | Description |
|---|---|
forwardToTarget | Forward v to a target function as if by std::forward<t_TYPE>(v). |