[#bsl-map-0af-operator_assign-0b] = xref:bsl.adoc[bsl]::xref:bsl/map-0af.adoc[map<TimeInterval, Node*>]::operator= :relfileprefix: ../../ :mrdocs: Move‐assign the contents of the specified `rhs` map into this map. == Synopsis Declared in `<bslstl_map.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/map-0a7.adoc[map<TimeInterval, Node*>]& operator=(xref:BloombergLP/bslmf/MovableRef.adoc[BloombergLP::bslmf::MovableRef<map<TimeInterval, Node*>>] rhs) noexcept(/* see-below */); ---- == Exception specification This function is potentially-throwing unless `AllocatorTraits::is_always_equal::value && std::is_nothrow_move_assignable<COMPARATOR>::value`. [.small]#Created with https://www.mrdocs.com[MrDocs]#