57 template <
typename index_t>
58 struct fm_index_iterator_node
61 using size_type =
typename index_t::size_type;
65 using sdsl_char_type =
typename index_t::sdsl_char_type;
74 sdsl_char_type last_char;
77 bool operator==(fm_index_iterator_node
const & rhs)
const 82 return std::tie(lb, rb, depth) == std::tie(rhs.lb, rhs.rb, rhs.depth);
86 bool operator!=(fm_index_iterator_node
const & rhs)
const 88 return !(*
this == rhs);
Definition: aligned_sequence_concept.hpp:288
Provides C++20 additions to the type_traits header.