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

Method Intersect

libs/coding/compressed_bit_vector.cpp:455–460  ·  view source on GitHub ↗

static

Source from the content-addressed store, hash-verified

453
454// static
455unique_ptr<CompressedBitVector> CompressedBitVector::Intersect(CompressedBitVector const & lhs,
456 CompressedBitVector const & rhs)
457{
458 static IntersectOp const op;
459 return Apply(op, lhs, rhs);
460}
461
462// static
463unique_ptr<CompressedBitVector> CompressedBitVector::Subtract(CompressedBitVector const & lhs,

Callers

nothing calls this directly

Calls 1

ApplyFunction · 0.85

Tested by

no test coverage detected