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;