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