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

Method NumBitGroups

libs/coding/compressed_bit_vector.hpp:103–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 static std::unique_ptr<DenseCBV> BuildFromBitGroups(std::vector<uint64_t> && bitGroups);
102
103 size_t NumBitGroups() const { return m_bitGroups.size(); }
104
105 template <typename Fn>
106 void ForEach(Fn && f) const

Callers 3

operator()Method · 0.80
operator()Method · 0.80
operator()Method · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected