bsl::map<TimeInterval, Node*>::operator=

Move-assign the contents of the specified rhs map into this map.

Synopsis

Declared in <bslstl_map.h>

map<TimeInterval, Node*>&
operator=(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.