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();
95 #endif // OSMIUM_INDEX_INDEX_HPP not_found(const char *what)
Definition: index.hpp:54
Definition: location.hpp:551
constexpr size_t empty_value< size_t >()
Definition: index.hpp:87
Namespace for everything in the Osmium library.
Definition: assembler.hpp:53
not_found(uint64_t id)
Definition: index.hpp:58
not_found(const std::string &what)
Definition: index.hpp:50
constexpr T empty_value()
Definition: index.hpp:77