Provides seqan3::view::take_line and seqan3::view::take_line_or_throw. More...
#include <range/v3/view/take_while.hpp>
#include <range/v3/algorithm/copy.hpp>
#include <seqan3/core/metafunction/iterator.hpp>
#include <seqan3/core/metafunction/range.hpp>
#include <seqan3/core/metafunction/transformation_trait_or.hpp>
#include <seqan3/io/exception.hpp>
#include <seqan3/range/concept.hpp>
#include <seqan3/range/shortcuts.hpp>
#include <seqan3/range/view/detail.hpp>
#include <seqan3/range/detail/inherited_iterator_base.hpp>
#include <seqan3/std/iterator>
#include <seqan3/std/ranges>
#include <seqan3/range/container/concept.hpp>
#include <seqan3/std/type_traits>
#include <seqan3/std/view/view_all.hpp>
Go to the source code of this file.
Namespaces | |
seqan3::view | |
The SeqAn3 namespace for views. | |
Variables | |
General purpose views | |
auto constexpr | seqan3::view::take_line |
A view adaptor that returns a single line from the underlying range or the full range if there is no newline. More... | |
auto constexpr | seqan3::view::take_line_or_throw |
A view adaptor that returns a single line from the underlying range (throws if there is no end-of-line). More... | |
Provides seqan3::view::take_line and seqan3::view::take_line_or_throw.