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