#include <osmium/util/minmax.hpp>
#include <array>
#include <cassert>
#include <cstdint>
#include <ctime>
#include <iosfwd>
#include <limits>
#include <stdexcept>
#include <string>
#include <type_traits>
Go to the source code of this file.
|
namespace | osmium |
| Namespace for everything in the Osmium library.
|
|
|
constexpr Timestamp | osmium::start_of_time () noexcept |
|
constexpr Timestamp | osmium::end_of_time () noexcept |
|
template<typename TChar , typename TTraits > |
std::basic_ostream< TChar, TTraits > & | osmium::operator<< (std::basic_ostream< TChar, TTraits > &out, Timestamp timestamp) |
|
bool | osmium::operator== (const Timestamp &lhs, const Timestamp &rhs) noexcept |
|
bool | osmium::operator!= (const Timestamp &lhs, const Timestamp &rhs) noexcept |
|
bool | osmium::operator< (const Timestamp &lhs, const Timestamp &rhs) noexcept |
|
bool | osmium::operator> (const Timestamp &lhs, const Timestamp &rhs) noexcept |
|
bool | osmium::operator<= (const Timestamp &lhs, const Timestamp &rhs) noexcept |
|
bool | osmium::operator>= (const Timestamp &lhs, const Timestamp &rhs) noexcept |
|
template<> |
osmium::Timestamp | osmium::min_op_start_value< osmium::Timestamp > () |
|
template<> |
osmium::Timestamp | osmium::max_op_start_value< osmium::Timestamp > () |
|