BloombergLP::bslalg::NothrowMovableUtil::WrappedType

Metafunction: If TYPE is a specialization of NothrowMovableWrapper, then WrappedType<TYPE>::type is TYPE; otherwise WrappedType<TYPE>::type is NothrowMovableWrapper<TYPE>.

Synopsis

Declared in <bslalg_nothrowmovableutil.h>

template<class TYPE>
struct WrappedType;

Type Aliases

NameDescription
type Alias for the wrapped type of TYPE.