|
Libosmium
2.2.0
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <iosfwd>#include <utility>#include <osmium/osm/location.hpp>#include <osmium/util/compatibility.hpp>

Go to the source code of this file.
Classes | |
| class | osmium::Segment |
Namespaces | |
| osmium | |
| Namespace for everything in the Osmium library. | |
Functions | |
| OSMIUM_CONSTEXPR bool | osmium::operator== (const Segment &lhs, const Segment &rhs) noexcept |
| Segments are equal if both their locations are equal. More... | |
| OSMIUM_CONSTEXPR bool | osmium::operator!= (const Segment &lhs, const Segment &rhs) noexcept |
| template<typename TChar , typename TTraits > | |
| std::basic_ostream< TChar, TTraits > & | osmium::operator<< (std::basic_ostream< TChar, TTraits > &out, const osmium::Segment &segment) |
1.8.9.1