1 #ifndef OSMIUM_INDEX_MAP_DENSE_MMAP_ARRAY_HPP 2 #define OSMIUM_INDEX_MAP_DENSE_MMAP_ARRAY_HPP 38 #include <osmium/index/detail/mmap_vector_anon.hpp> 39 #include <osmium/index/detail/vector_map.hpp> 41 #define OSMIUM_HAS_INDEX_MAP_DENSE_MMAP_ARRAY 49 template <
typename TId,
typename TValue>
50 using DenseMmapArray = VectorBasedDenseMap<osmium::detail::mmap_vector_anon<TValue>, TId, TValue>;
60 #endif // OSMIUM_INDEX_MAP_DENSE_MMAP_ARRAY_HPP Namespace for everything in the Osmium library.
Definition: assembler.hpp:59
VectorBasedDenseMap< osmium::detail::mmap_vector_anon< TValue >, TId, TValue > DenseMmapArray
Definition: dense_mmap_array.hpp:50