Thrill  0.1
IndexRankFlag< Index > Struct Template Reference

Detailed Description

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

Definition at line 66 of file construct_lcp.hpp.

#include <construct_lcp.hpp>

Public Attributes

bool flag
 
Index index
 
Index rank
 

Friends

std::ostream & operator<< (std::ostream &os, const IndexRankFlag &irf)
 

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  os,
const IndexRankFlag< Index > &  irf 
)
friend

Definition at line 71 of file construct_lcp.hpp.

Member Data Documentation

◆ flag

bool flag

Definition at line 69 of file construct_lcp.hpp.

◆ index

Index index

Definition at line 67 of file construct_lcp.hpp.

◆ rank

Index rank

Definition at line 68 of file construct_lcp.hpp.


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