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

Provides seqan3::views::to_rank. More...

#include <cstring>
#include <ranges>
#include <seqan3/alphabet/concept.hpp>
#include <seqan3/utility/views/deep.hpp>
+ Include dependency graph for to_rank.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Variables

auto const seqan3::views::to_rank
 A view that calls seqan3::to_rank() on each element in the input range.
 

Detailed Description

Provides seqan3::views::to_rank.

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