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

Component-private class -- do not use. This specialization of traits is for non-function types that are not wrapped.

Synopsis

Declared in <bslalg_nothrowmovableutil.h>

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

Type Aliases

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