Component‐private class ‐‐ do not use. This specialization is for wrapped types.

Synopsis

Declared in <bslalg_nothrowmovableutil.h>

template<class TYPE>
struct NothrowMovableUtil_Traits<NothrowMovableWrapper<TYPE>, false>;

Type Aliases

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.

Created with MrDocs