MCPcopy Create free account
hub / github.com/comaps/comaps / Select

Method Select

libs/coding/compressed_bit_vector.cpp:361–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359}
360
361uint64_t SparseCBV::Select(size_t i) const
362{
363 ASSERT_LESS(i, m_positions.size(), ());
364 return m_positions[i];
365}
366
367uint64_t SparseCBV::PopCount() const
368{

Callers 2

operator()Method · 0.45
operator()Method · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected