[#BloombergLP-baltzo-Zoneinfo-operator_assign-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baltzo.adoc[baltzo]::xref:BloombergLP/baltzo/Zoneinfo.adoc[Zoneinfo]::operator= :relfileprefix: ../../../ :mrdocs: Assign to this object the value of the specified `rhs` object, and return a non‐`const` reference to this object. The allocators of this object and `rhs` both remain unchanged. If `rhs` and this object have the same allocator then the value of `rhs` becomes unspecified but valid, and no exceptions will be thrown; otherwise `rhs` is unchanged (and an exception may be thrown). == Synopsis Declared in `<baltzo_zoneinfo.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/baltzo/Zoneinfo.adoc[Zoneinfo]& operator=(xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<Zoneinfo>] rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#