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

Method Subtract

libs/coding/compressed_bit_vector.cpp:463–468  ·  view source on GitHub ↗

static

Source from the content-addressed store, hash-verified

461
462// static
463unique_ptr<CompressedBitVector> CompressedBitVector::Subtract(CompressedBitVector const & lhs,
464 CompressedBitVector const & rhs)
465{
466 static SubtractOp const op;
467 return Apply(op, lhs, rhs);
468}
469
470// static
471unique_ptr<CompressedBitVector> CompressedBitVector::Union(CompressedBitVector const & lhs,

Callers

nothing calls this directly

Calls 1

ApplyFunction · 0.85

Tested by

no test coverage detected