1 #ifndef OSMIUM_INDEX_MULTIMAP_SPARSE_FILE_ARRAY_HPP 2 #define OSMIUM_INDEX_MULTIMAP_SPARSE_FILE_ARRAY_HPP 36 #include <osmium/index/detail/mmap_vector_file.hpp> 37 #include <osmium/index/detail/vector_multimap.hpp> 45 template <
typename TId,
typename TValue>
46 using SparseFileArray = VectorBasedSparseMultimap<TId, TValue, osmium::detail::mmap_vector_file>;
54 #endif // OSMIUM_INDEX_MULTIMAP_SPARSE_FILE_ARRAY_HPP Namespace for everything in the Osmium library.
Definition: assembler.hpp:59
VectorBasedSparseMultimap< TId, TValue, osmium::detail::mmap_vector_file > SparseFileArray
Definition: sparse_file_array.hpp:46