[#BloombergLP-bslalg-NothrowMovableWrapper-02-get_allocator] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslalg.adoc[bslalg]::xref:BloombergLP/bslalg/NothrowMovableWrapper-02.adoc[NothrowMovableWrapper]::get_allocator :relfileprefix: ../../../ :mrdocs: Return the allocator used to construct this object. Note that this method will fail to instantiate unless `TYPE` is allocator‐aware. == Synopsis Declared in `<bslalg_nothrowmovablewrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslalg/NothrowMovableWrapper-02/allocator_type.adoc[bslalg::NothrowMovableWrapper<TYPE>::allocator_type] get_allocator() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#