Thrill  0.1
IndexRank< Index > Struct Template Reference

Detailed Description

template<typename Index>
struct examples::suffix_sorting::IndexRank< Index >

A pair (index, rank)

Definition at line 36 of file construct_lcp.hpp.

#include <construct_lcp.hpp>

Public Attributes

Index index
 
Index rank
 

Friends

std::ostream & operator<< (std::ostream &os, const IndexRank &ir)
 
std::ostream & operator<< (std::ostream &os, const IndexRank &ri)
 
std::ostream & operator<< (std::ostream &os, const IndexRank &ri)
 

Friends And Related Function Documentation

◆ operator<< [1/3]

std::ostream& operator<< ( std::ostream &  os,
const IndexRank< Index > &  ir 
)
friend

Definition at line 40 of file construct_lcp.hpp.

◆ operator<< [2/3]

std::ostream& operator<< ( std::ostream &  os,
const IndexRank< Index > &  ri 
)
friend

Definition at line 52 of file prefix_quadrupling.cpp.

◆ operator<< [3/3]

std::ostream& operator<< ( std::ostream &  os,
const IndexRank< Index > &  ri 
)
friend

Definition at line 67 of file prefix_doubling.cpp.

Member Data Documentation

◆ index

◆ rank


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