Metafunction to return the variant of the specified parameter t_TYPE used for pass-by-reference, e.g., by applying array-to-pointer and function-to-pointer conversion.
Declared in <bslmf_decay.h>
template<class t_TYPE>
class decay;
| Name | Description |
|---|---|
type | This typedef is an alias to the decayed form of t_TYPE. |
| Name | Description |
|---|---|
MovableRefUtil_Decay | forward declaration |