BioC++ core-0.7.0
The Modern C++ libraries for Bioinformatics.
 
Loading...
Searching...
No Matches
single_pass_input.hpp File Reference

Provides bio::alphabet::single_pass_input_view. More...

#include <cassert>
#include <concepts>
#include <iterator>
#include <memory>
#include <ranges>
#include <bio/ranges/views/detail.hpp>
+ Include dependency graph for single_pass_input.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  bio
 The main BioC++ namespace.
 
namespace  bio::ranges
 The ranges module's namespace.
 
namespace  bio::ranges::views
 The BioC++ namespace for views.
 

Variables

General purpose views
constexpr auto bio::ranges::views::single_pass_input
 A view adapter that decays most of the range properties and adds single pass behavior.
 

Detailed Description

Provides bio::alphabet::single_pass_input_view.

Author
Rene Rahn <rene.rahn AT fu-berlin.de>