Thrill  0.1
IndexChar< Char, Index > Struct Template Reference

Detailed Description

template<typename Char, typename Index>
struct examples::suffix_sorting::IndexChar< Char, Index >

Definition at line 46 of file construct_lcp.hpp.

#include <construct_lcp.hpp>

Public Attributes

Char ch
 
Index index
 

Friends

std::ostream & operator<< (std::ostream &os, const IndexChar &ic)
 

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  os,
const IndexChar< Char, Index > &  ic 
)
friend

Definition at line 50 of file construct_lcp.hpp.

Member Data Documentation

◆ ch

◆ index


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