SeqAn3 3.4.0-rc.4
The Modern C++ library for sequence analysis.
|
The underlying suffix array interval. More...
#include <seqan3/search/fm_index/fm_index_cursor.hpp>
Public Attributes | |
size_t | begin_position {} |
The begin position of the interval ("left boundary"). | |
size_t | end_position {} |
The exclusive end position of the interval ("right boundary"). | |
Friends | |
Comparison operators | |
bool | operator== (suffix_array_interval const &lhs, suffix_array_interval const &rhs) noexcept |
Test for equality. | |
bool | operator!= (suffix_array_interval const &lhs, suffix_array_interval const &rhs) noexcept |
Test for inequality. | |
The underlying suffix array interval.
|
friend |
Test for inequality.
[in] | lhs | A seqan3::suffix_array_interval . |
[in] | rhs | seqan3::suffix_array_interval to compare to. |
true
if unequal, false
otherwise.
|
friend |
Test for equality.
[in] | lhs | A seqan3::suffix_array_interval . |
[in] | rhs | seqan3::suffix_array_interval to compare to. |
true
if equal, false
otherwise.