20 #ifndef THETA_A_NOT_B_IMPL_HPP_
21 #define THETA_A_NOT_B_IMPL_HPP_
25 #include "conditional_back_inserter.hpp"
31 state_(seed, allocator)
35 template<
typename FwdSketch,
typename Sketch>
37 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.
theta_a_not_b_alloc(uint64_t seed=DEFAULT_SEED, const Allocator &allocator=Allocator())
Constructor.
Definition: theta_a_not_b_impl.hpp:30
DataSketches namespace.
Definition: binomial_bounds.hpp:38