MCPcopy Create free account
hub / github.com/Project-OSRM/osrm-backend / BitIterator

Method BitIterator

include/util/bit_range.hpp:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 using iterator_category = std::forward_iterator_tag;
18
19 explicit BitIterator() : m_value(0) {}
20 explicit BitIterator(const DataT x) : m_value(std::move(x)) {}
21
22 reference operator*() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected