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

Name

Description

type

Alias for the wrapped type of TYPE.

Created with MrDocs