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

Provides seqan3::views::chunk. More...

+ Include dependency graph for chunk.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  seqan3::detail::chunk_view< urng_t >::basic_input_iterator< const_range >
 Iterator for dividing an input range into chunks. More...
 
class  seqan3::detail::chunk_view< urng_t >::basic_iterator< const_range >
 Iterator for dividing an forward range into chunks. More...
 
struct  seqan3::detail::chunk_fn
 views::chunk's range adaptor object type (non-closure). More...
 
class  seqan3::detail::chunk_view< urng_t >
 The type returned by seqan3::views::chunk. More...
 
class  seqan3::detail::chunk_view< urng_t >::basic_input_iterator< const_range >::input_helper_iterator< outer_it_type >
 Helper iterator class to be used as iterator type in the subrange of this iterators value_type. More...
 

Namespaces

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

Functions

template<std::ranges::range rng_t>
 seqan3::detail::chunk_view (rng_t &&, std::ranges::range_difference_t< rng_t > const &) -> chunk_view< seqan3::detail::all_t< rng_t > >
 A deduction guide for the view class template.
 

Variables

constexpr auto seqan3::views::chunk
 Divide a range in chunks.
 

Detailed Description

Provides seqan3::views::chunk.

Author
Svenja Mehringer <svenja.mehringer AT fu-berlin.de>