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