[#BloombergLP-bslalg-NothrowMovableUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslalg.adoc[bslalg]::NothrowMovableUtil :relfileprefix: ../../ :mrdocs: Namesapace for `NothrowMovableWrapper` traits and utilities. == Synopsis Declared in `<bslalg_nothrowmovableutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct NothrowMovableUtil; ---- == Types [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslalg/NothrowMovableUtil/IsWrapped.adoc[`IsWrapped`] | Metafunction evaluating to `true_type` if `TYPE` is a specialization of `NothrowMovableWrapper`; otherwise, `false_type`. | xref:BloombergLP/bslalg/NothrowMovableUtil/UnwrappedType.adoc[`UnwrappedType`] | Metafunction: If `TYPE` is a specialization of `NothrowMovableWrapper`, then `Unwrapped<TYPE>::type` is `TYPE::ValueType`; otherwise `Unwrapped<TYPE>::type` is `TYPE`. | xref:BloombergLP/bslalg/NothrowMovableUtil/WrappedType.adoc[`WrappedType`] | Metafunction: If `TYPE` is a specialization of `NothrowMovableWrapper`, then `WrappedType<TYPE>::type` is `TYPE`; otherwise `WrappedType<TYPE>::type` is `NothrowMovableWrapper<TYPE>`. |=== == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslalg/NothrowMovableUtil/unwrap-0f9.adoc[`unwrap`] | `unwrap` overloads | xref:BloombergLP/bslalg/NothrowMovableUtil/wrap-06.adoc[`wrap`] | `wrap` overloads |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#