BloombergLP::bslalg::NothrowMovableUtil_Traits<NothrowMovableWrapper<TYPE>, false>

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

NameDescription
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.