1 #ifndef OSMIUM_INDEX_INDEX_HPP
2 #define OSMIUM_INDEX_INDEX_HPP
51 std::runtime_error(what) {
55 std::runtime_error(what) {
59 std::runtime_error(
std::string{
"id "} +
std::to_string(id) +
" not found") {
88 return std::numeric_limits<size_t>::max();
constexpr size_t empty_value< size_t >()
Definition: index.hpp:87
constexpr T empty_value()
Definition: index.hpp:77
Namespace for everything in the Osmium library.
Definition: assembler.hpp:53
Definition: location.hpp:551
not_found(uint64_t id)
Definition: index.hpp:58
not_found(const char *what)
Definition: index.hpp:54
not_found(const std::string &what)
Definition: index.hpp:50