forward declaration
Declared in <bslmf_movableref.h>
template<class t_TYPE>
struct MovableRefUtil_Decay
: bsl::decay<t_TYPE>
| Name | Description |
|---|---|
bsl::decay<t_TYPE> | Metafunction returning the decayed form of t_TYPE for pass-by-value. |
| Name | Description |
|---|---|
type | This typedef is an alias to the decayed form of t_TYPE. |
| Name | Description |
|---|---|
Decay | Metafunction that applies decay conversions to t_TYPE. |