Libosmium
2.20.0
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <cstddef>
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | osmium |
Namespace for everything in the Osmium library. | |
Functions | |
std::vector< std::string > | osmium::split_string (const std::string &str, const char sep, bool compact=false) |
std::vector< std::string > | osmium::split_string (const std::string &str, const char *sep, bool compact=false) |