Thrill  0.1
IndexFlag< Index > Struct Template Reference

Detailed Description

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

Definition at line 56 of file construct_lcp.hpp.

#include <construct_lcp.hpp>

Public Attributes

bool flag
 
Index index
 

Friends

std::ostream & operator<< (std::ostream &os, const IndexFlag &idx_flag)
 

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  os,
const IndexFlag< Index > &  idx_flag 
)
friend

Definition at line 60 of file construct_lcp.hpp.

Member Data Documentation

◆ flag

bool flag

Definition at line 58 of file construct_lcp.hpp.

Referenced by examples::suffix_sorting::ConstructLCP().

◆ index

Index index

Definition at line 57 of file construct_lcp.hpp.

Referenced by examples::suffix_sorting::ConstructLCP().


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