1#ifndef OSMIUM_INDEX_MULTIMAP_SPARSE_MMAP_ARRAY_HPP
2#define OSMIUM_INDEX_MULTIMAP_SPARSE_MMAP_ARRAY_HPP
38#include <osmium/index/detail/mmap_vector_anon.hpp>
39#include <osmium/index/detail/vector_multimap.hpp>
47 template <
typename TId,
typename TValue>
48 using SparseMmapArray = VectorBasedSparseMultimap<TId, TValue, osmium::detail::mmap_vector_anon>;
Key-value containers with multiple values for an integer key.
Definition multimap.hpp:48
VectorBasedSparseMultimap< TId, TValue, osmium::detail::mmap_vector_anon > SparseMmapArray
Definition sparse_mmap_array.hpp:48
Indexing of OSM data, Locations, etc.
Definition id_set.hpp:51
Namespace for everything in the Osmium library.
Definition assembler.hpp:53