MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / operator*

Method operator*

src/Core/include/OpenLoco/Core/BitSet.hpp:209–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207 }
208
209 constexpr auto operator*() const
210 {
211 const auto blockIndex = computeBlockIndex(_pos);
212 const auto blockOffset = computeBlockOffset(_pos);
213 return TValue(_bitset->data(), blockIndex, blockOffset);
214 }
215
216 constexpr bool operator==(iterator_base other) const
217 {

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected