Libosmium
2.15.4
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <osmium/index/detail/mmap_vector_file.hpp>
#include <osmium/index/detail/vector_multimap.hpp>
Go to the source code of this file.
Namespaces | |
osmium | |
Namespace for everything in the Osmium library. | |
osmium::index | |
Indexing of OSM data, Locations, etc. | |
osmium::index::multimap | |
Key-value containers with multiple values for an integer key. | |
Typedefs | |
template<typename TId , typename TValue > | |
using | osmium::index::multimap::SparseFileArray = VectorBasedSparseMultimap< TId, TValue, osmium::detail::mmap_vector_file > |