Home
last modified time | relevance | path

Searched defs:WrappedInputElement (Results 1 – 1 of 1) sorted by relevance

/dports/www/osrm-backend/osrm-backend-5.26.0/include/util/
H A Dstatic_rtree.hpp201 struct WrappedInputElement struct in osrm::util::StaticRTree
203 explicit WrappedInputElement(const uint64_t _hilbert_value, in WrappedInputElement() function
209 WrappedInputElement() : m_hilbert_value(0), m_original_index(UINT_MAX) {} in WrappedInputElement() function
211 uint64_t m_hilbert_value;
212 std::uint32_t m_original_index;
214 inline bool operator<(const WrappedInputElement &other) const in operator <()