Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Begin
Method
Begin
libs/coding/compressed_bit_vector.hpp:170–170 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
168
std::unique_ptr<CompressedBitVector> Clone() const override;
169
170
inline TIterator Begin() const { return m_positions.cbegin(); }
171
inline TIterator End() const { return m_positions.cend(); }
172
173
private:
Callers
3
operator()
Method · 0.45
operator()
Method · 0.45
operator()
Method · 0.45
Calls
1
cbegin
Method · 0.45
Tested by
no test coverage detected