|
Libosmium
2.22.0
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <osmium/memory/collection.hpp>#include <osmium/osm/tag.hpp>#include <cstddef>#include <cstring>#include <string>#include <type_traits>#include <vector>

Go to the source code of this file.
Namespaces | |
| namespace | osmium |
| Namespace for everything in the Osmium library. | |
| namespace | osmium::tags |
| Code related to working with OSM tags. | |
Typedefs | |
| using | osmium::tags::KeyValueFilter = Filter<std::string, std::string> |
| using | osmium::tags::KeyFilter = Filter<std::string> |
| using | osmium::tags::KeyPrefixFilter = Filter<std::string, void, match_key_prefix> |