Metafunction: If TYPE is a specialization of NothrowMovableWrapper, then Unwrapped<TYPE>::type is TYPE::ValueType; otherwise Unwrapped<TYPE>::type is TYPE.
Declared in <bslalg_nothrowmovableutil.h>
template<class TYPE>
struct UnwrappedType;
| Name | Description |
|---|---|
type | Alias for the unwrapped type of TYPE. |