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

Provides seqan3::views::kmer_hash. More...

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

Go to the source code of this file.

Classes

class  seqan3::detail::kmer_hash_view< urng_t >::basic_iterator< const_range >
 Iterator for calculating hash values via a given seqan3::shape. More...
 
struct  seqan3::detail::kmer_hash_fn
 views::kmer_hash's range adaptor object type (non-closure). More...
 
class  seqan3::detail::kmer_hash_view< urng_t >
 The type returned by seqan3::views::kmer_hash. 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::viewable_range rng_t>
 seqan3::detail::kmer_hash_view (rng_t &&, shape const &shape_) -> kmer_hash_view< std::views::all_t< rng_t > >
 A deduction guide for the view class template.
 

Variables

constexpr auto seqan3::views::kmer_hash
 Computes hash values for each position of a range via a given shape.
 

Detailed Description

Provides seqan3::views::kmer_hash.

Author
Enrico Seiler <enrico.seiler AT fu-berlin.de>
Hide me