1#ifndef OSMIUM_UTIL_ITERATOR_HPP
2#define OSMIUM_UTIL_ITERATOR_HPP
41 template <
typename It,
typename P = std::pair<It, It>>
54 It
end() const noexcept {
67 template <
typename P,
typename It =
typename P::first_type>
Namespace for everything in the Osmium library.
Definition: assembler.hpp:53
iterator_range< It > make_range(P &&p) noexcept
Definition: iterator.hpp:68
Definition: iterator.hpp:42
It iterator
Definition: iterator.hpp:44
iterator_range(P &&p) noexcept
Definition: iterator.hpp:46
It begin() const noexcept
Definition: iterator.hpp:50
bool empty() const noexcept
Definition: iterator.hpp:58
It end() const noexcept
Definition: iterator.hpp:54