1 #ifndef OSMIUM_INDEX_NWR_ARRAY_HPP 2 #define OSMIUM_INDEX_NWR_ARRAY_HPP 71 #endif // OSMIUM_INDEX_NWR_ARRAY_HPP type
Definition: entity_bits.hpp:63
std::array< T, 3 > m_data
Definition: nwr_array.hpp:51
item_type
Definition: item_type.hpp:43
unsigned int item_type_to_nwr_index(item_type type) noexcept
Definition: item_type.hpp:82
Namespace for everything in the Osmium library.
Definition: assembler.hpp:53
const T & operator()(const osmium::item_type type) const noexcept
Definition: nwr_array.hpp:63
nwr_array()
Definition: nwr_array.hpp:55
T & operator()(const osmium::item_type type) noexcept
Definition: nwr_array.hpp:59
Definition: nwr_array.hpp:49