1 #ifndef OSMIUM_INDEX_INDEX_HPP 2 #define OSMIUM_INDEX_INDEX_HPP 52 std::runtime_error(what) {
56 std::runtime_error(what) {
60 std::runtime_error(
std::string{
"id "} + std::to_string(
id) +
" not found") {
89 return std::numeric_limits<size_t>::max();
96 #endif // OSMIUM_INDEX_INDEX_HPP not_found(const char *what)
Definition: index.hpp:55
Definition: reader_iterator.hpp:39
constexpr size_t empty_value< size_t >()
Definition: index.hpp:88
Namespace for everything in the Osmium library.
Definition: assembler.hpp:63
not_found(uint64_t id)
Definition: index.hpp:59
not_found(const std::string &what)
Definition: index.hpp:51
constexpr T empty_value()
Definition: index.hpp:78