[#BloombergLP-bslalg-NothrowMovableUtil-WrappedType] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslalg.adoc[bslalg]::xref:BloombergLP/bslalg/NothrowMovableUtil.adoc[NothrowMovableUtil]::WrappedType :relfileprefix: ../../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> struct WrappedType; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslalg/NothrowMovableUtil/WrappedType/type.adoc[`type`] | Alias for the wrapped type of `TYPE`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#