#include <osmium/osm/location.hpp>
#include <iosfwd>
#include <utility>
Go to the source code of this file.
|
| namespace | osmium |
| | Namespace for everything in the Osmium library.
|
| |
|
| constexpr bool | osmium::operator== (const Segment &lhs, const Segment &rhs) noexcept |
| | Segments are equal if both their locations are equal. More...
|
| |
| 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) |
| |