Provides seqan3::view::subrange. More...
Go to the source code of this file.
Namespaces | |
seqan3::view | |
The SeqAn3 namespace for views. | |
Typedefs | |
template<std::Iterator it_t, std::Sentinel< it_t > sen_t> | |
using | seqan3::view::subrange = std::ranges::iterator_range< it_t, sen_t > |
Create a view from a pair of iterator and sentinel. More... | |
Provides seqan3::view::subrange.