bsl::map<int, pair<shared_ptr<Statistics>, shared_ptr<Collector<OsLinux>>>>::operator=

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

Exception specification

This function is potentially-throwing unless AllocatorTraits::is_always_equal::value && std::is_nothrow_move_assignable<COMPARATOR>::value.