15 #include <type_traits> 30 template <
typename index_t>
31 struct fm_index_cursor_node
34 using size_type =
typename index_t::size_type;
38 using sdsl_char_type =
typename index_t::sdsl_char_type;
47 sdsl_char_type last_char;
50 bool operator==(fm_index_cursor_node
const & rhs)
const 59 bool operator!=(fm_index_cursor_node
const & rhs)
const 61 return !(*
this == rhs);
Definition: aligned_sequence_concept.hpp:35