Libosmium
2.15.6
Fast and flexible C++ library for working with OpenStreetMap data
|
Go to the documentation of this file. 1 #ifndef OSMIUM_INDEX_NWR_ARRAY_HPP
2 #define OSMIUM_INDEX_NWR_ARRAY_HPP
55 using iterator =
typename std::array<T, 3>::iterator;
98 #endif // OSMIUM_INDEX_NWR_ARRAY_HPP
nwr_array()
Definition: nwr_array.hpp:58
iterator begin() noexcept
Definition: nwr_array.hpp:70
Definition: nwr_array.hpp:49
const_iterator cbegin() const noexcept
Definition: nwr_array.hpp:86
const T & operator()(const osmium::item_type type) const noexcept
Definition: nwr_array.hpp:66
const_iterator begin() const noexcept
Definition: nwr_array.hpp:78
typename std::array< T, 3 >::iterator iterator
Definition: nwr_array.hpp:55
typename std::array< T, 3 >::const_iterator const_iterator
Definition: nwr_array.hpp:56
const_iterator cend() const noexcept
Definition: nwr_array.hpp:90
Namespace for everything in the Osmium library.
Definition: assembler.hpp:53
std::array< T, 3 > m_data
Definition: nwr_array.hpp:51
T & operator()(const osmium::item_type type) noexcept
Definition: nwr_array.hpp:62
iterator end() noexcept
Definition: nwr_array.hpp:74
type
Definition: entity_bits.hpp:63
item_type
Definition: item_type.hpp:43
unsigned int item_type_to_nwr_index(item_type type) noexcept
Definition: item_type.hpp:82
const_iterator end() const noexcept
Definition: nwr_array.hpp:82