By using a reference here, we avoid copying every single element in the map, each of which contains a std::share_ptr and std::deque containing std::vectors.
By using a reference here, we avoid copying every single element in the map, each of which contains a std::share_ptr and std::deque containing std::vectors.