[#BloombergLP-bsltf-StdAllocatorAdaptor-operator_assign] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::xref:BloombergLP/bsltf/StdAllocatorAdaptor.adoc[StdAllocatorAdaptor]::operator= :relfileprefix: ../../../ :mrdocs: Assign to this object the value of the specified `original` object, and return a reference providing modifiable access to this object. == Synopsis Declared in `<bsltf_stdallocatoradaptor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bsltf/StdAllocatorAdaptor.adoc[StdAllocatorAdaptor]& operator=(xref:BloombergLP/bsltf/StdAllocatorAdaptor.adoc[StdAllocatorAdaptor] const& original) = default; ---- == Return Value a reference providing modifiable access to this object == Parameters [cols="1,4"] |=== | Name| Description | *original* | allocator adaptor to assign from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#