ivutils
Loading...
Searching...
No Matches
PackerCopyMergeInterface< Packer > Struct Template Reference

Interface for using vector_packer with local pointer. More...

#include <packer.h>

Detailed Description

template<class Packer>
struct PackerCopyMergeInterface< Packer >

Interface for using vector_packer with local pointer.

It copies packer with all the values in it. Join insert each value into the original packer one by one. Thus if values are equal in several local copies they will merge into on value in the original packer after join. Join return std::vector<size_t> result that remaps indices from local copy to global copy, i.e. result[local_data_index] = original_index.


The documentation for this struct was generated from the following file: