22template<
typename S,
typename A>
24state_(seed, allocator)
27template<
typename S,
typename A>
28template<
typename FwdSketch,
typename Sketch>
30 return state_.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.
tuple_a_not_b(uint64_t seed=DEFAULT_SEED, const Allocator &allocator=Allocator())
Constructor.
Definition tuple_a_not_b_impl.hpp:23
DataSketches namespace.
Definition binomial_bounds.hpp:38