 |
SeqAn3
3.0.1
The Modern C++ library for sequence analysis.
|
|
constexpr auto take_until_and_consume
A view adaptor that returns elements from the underlying range until the functor evaluates to true (o...
Definition: take_until.hpp:613
The SeqAn namespace for views.
Definition: view_to_simd.hpp:672
Provides seqan3::views::take_until and seqan3::views::take_until_or_throw.
constexpr auto take_until_or_throw_and_consume
A view adaptor that returns elements from the underlying range until the functor evaluates to true (t...
Definition: take_until.hpp:627
constexpr auto take_line_or_throw
A view adaptor that returns a single line from the underlying range (throws if there is no end-of-lin...
Definition: take_line.hpp:90
Provides character predicates for tokenisation.
constexpr auto take_line
A view adaptor that returns a single line from the underlying range or the full range if there is no ...
Definition: take_line.hpp:78