 |
SeqAn3
3.0.2
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:638
The SeqAn namespace for views.
Definition: view_iota_simd.hpp:218
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:652
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