|
datasketches-cpp
|
array tuple union More...
#include <array_tuple_union.hpp>
Additional Inherited Members | |
Public Member Functions inherited from tuple_union< Summary, Policy, Allocator > | |
| 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