SeqAn3
subrange.hpp File Reference

Provides seqan3::view::subrange. More...

#include <range/v3/iterator_range.hpp>
#include <seqan3/std/iterator>
#include <seqan3/std/ranges>
Include dependency graph for subrange.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Provides seqan3::view::subrange.

Author
Hannes Hauswedell <hannes.hauswedell AT fu-berlin.de>