DEPRECATED: Use ForwardingType instead.
Declared in <bslmf_forwardingtype.h>
template<class t_TYPE>
struct ConstForwardingType
: ForwardingType<t_TYPE>
| Name | Description |
|---|---|
ForwardingType<t_TYPE> | Metafunction that computes an efficient argument type for forwarding t_TYPE. |
| 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. |
Type | The type that should be used to forward t_TYPE through a chain of function calls. |