Bucket sort result object.
More...
#include <internal/bucket_sort.h>
|
Index | num_representatives |
| Number of representatives in the input disjoint set.
|
|
std::vector< Index > | sorted_elements |
| Sorted element in the input range.
|
|
std::vector< Index > | representative_offsets |
| Vector of size num_representatives + 1 storing the start/end of each disjoint set in the sorted element vector.
|
|
template<typename Index>
struct lagrange::internal::BucketSortResult< Index >
Bucket sort result object.
- Template Parameters
-
The documentation for this struct was generated from the following file: