Component-private class -- do not use. This specialization is for wrapped types.
Declared in <bslalg_nothrowmovableutil.h>
template<class TYPE>
struct NothrowMovableUtil_Traits<NothrowMovableWrapper<TYPE>, false>;
| Name | Description |
|---|---|
IsWrapped | Alias for bsl::true_type (type is wrapped). |
UnwrappedType | Alias for the unwrapped type of TYPE. |
WrappedType | Alias for the wrapped type of TYPE. |