Libosmium
2.22.0
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <osmium/index/detail/mmap_vector_anon.hpp>
#include <osmium/index/detail/vector_map.hpp>
Go to the source code of this file.
Namespaces | |
namespace | osmium |
Namespace for everything in the Osmium library. | |
namespace | osmium::index |
Indexing of OSM data, Locations, etc. | |
namespace | osmium::index::map |
Key-value containers with unique integer values for a key. | |
Macros | |
#define | OSMIUM_HAS_INDEX_MAP_DENSE_MMAP_ARRAY |
Typedefs | |
template<typename TId, typename TValue> | |
using | osmium::index::map::DenseMmapArray = VectorBasedDenseMap<osmium::detail::mmap_vector_anon<TValue>, TId, TValue> |
#define OSMIUM_HAS_INDEX_MAP_DENSE_MMAP_ARRAY |