#include <algorithm>
#include <cmath>
#include <cstdint>
#include <cstring>
#include <functional>
#include <iosfwd>
#include <iterator>
#include <limits>
#include <stdexcept>
#include <string>
Go to the source code of this file.
|
| namespace | osmium |
| | Namespace for everything in the Osmium library.
|
| |
| namespace | std |
| |
|
| constexpr bool | osmium::operator== (const Location &lhs, const Location &rhs) noexcept |
| |
| constexpr bool | osmium::operator!= (const Location &lhs, const Location &rhs) noexcept |
| |
| constexpr bool | osmium::operator< (const Location &lhs, const Location &rhs) noexcept |
| |
| constexpr bool | osmium::operator> (const Location &lhs, const Location &rhs) noexcept |
| |
| constexpr bool | osmium::operator<= (const Location &lhs, const Location &rhs) noexcept |
| |
| constexpr bool | osmium::operator>= (const Location &lhs, const Location &rhs) noexcept |
| |
| template<typename TChar , typename TTraits > |
| std::basic_ostream< TChar, TTraits > & | osmium::operator<< (std::basic_ostream< TChar, TTraits > &out, const osmium::Location &location) |
| |