22 template<
typename Array,
typename Allocator>
24 Base(seed, allocator) {}
26 template<
typename Array,
typename Allocator>
27 template<
typename FwdSketch,
typename Sketch>
29 return CompactSketch(a.get_num_values(), Base::compute(std::forward<FwdSketch>(a), b, ordered));
CompactSketch compute(FwdSketch &&a, const Sketch &b, bool ordered=true) const
Computes the A-not-B set operation given two sketches.
array_tuple_a_not_b(uint64_t seed=DEFAULT_SEED, const Allocator &allocator=Allocator())
Constructor.
Definition: array_tuple_a_not_b_impl.hpp:23
tuple A-not-B
Definition: tuple_a_not_b.hpp:33
DataSketches namespace.
Definition: binomial_bounds.hpp:38