datasketches-cpp
|
array tuple union More...
#include <array_tuple_union.hpp>
Additional Inherited Members | |
![]() | |
template<typename FwdSketch > | |
void | update (FwdSketch &&sketch) |
Update the union with a given sketch. | |
CompactSketch | get_result (bool ordered=true) const |
Produces a copy of the current state of the union as a compact sketch. | |
void | reset () |
Reset the union to the initial empty state. | |
array tuple union