19#include "DoKReverseIndexer.h"
24std::optional<DoKReverseIndexer::Index>
27 auto slot = m_map.find(off);
28 if (slot != m_map.end()) {
std::optional< Index > operator[](Offset off) const override
void record(Offset off, Index i) override
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --