SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
slice.hpp File Reference

Provides seqan3::views::slice. More...

#include <concepts>
#include <iterator>
#include <ranges>
#include <span>
#include <stdexcept>
#include <type_traits>
#include <seqan3/core/range/detail/adaptor_from_functor.hpp>
#include <seqan3/io/exception.hpp>
#include <seqan3/utility/views/type_reduce.hpp>
+ Include dependency graph for slice.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  seqan3::detail::slice_fn
 View adaptor definition for views::slice. More...
 

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.
 
namespace  seqan3::detail
 The internal SeqAn3 namespace.
 
namespace  seqan3::views
 The SeqAn namespace for views.
 

Variables

constexpr auto seqan3::views::slice
 A view adaptor that returns a half-open interval on the underlying range.
 

Detailed Description

Provides seqan3::views::slice.

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