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

Method Union

libs/coding/compressed_bit_vector.cpp:471–476  ·  view source on GitHub ↗

static

Source from the content-addressed store, hash-verified

469
470// static
471unique_ptr<CompressedBitVector> CompressedBitVector::Union(CompressedBitVector const & lhs,
472 CompressedBitVector const & rhs)
473{
474 static UnionOp const op;
475 return Apply(op, lhs, rhs);
476}
477
478// static
479bool CompressedBitVector::IsEmpty(unique_ptr<CompressedBitVector> const & cbv)

Callers

nothing calls this directly

Calls 1

ApplyFunction · 0.85

Tested by

no test coverage detected