Lagrange
BucketSortResult< Index > Struct Template Reference

Bucket sort result object. More...

#include <internal/bucket_sort.h>

Public Attributes

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.
 

Detailed Description

template<typename Index>
struct lagrange::internal::BucketSortResult< Index >

Bucket sort result object.

Template Parameters
IndexIndex type.

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