17namespace seqan3::detail
25template <
typename index_t>
26struct fm_index_cursor_node
29 using size_type =
typename index_t::size_type;
33 using sdsl_char_type =
typename index_t::sdsl_char_type;
42 sdsl_char_type last_char;
45 bool operator==(fm_index_cursor_node
const & rhs)
const
54 bool operator!=(fm_index_cursor_node
const & rhs)
const
56 return !(*
this == rhs);
66 template <cereal_archive archive_t>
67 void CEREAL_SERIALIZE_FUNCTION_NAME(archive_t & archive)
Adaptions of concepts from the Cereal library.