Provides bio::alphabet::single_pass_input_view. More...
#include <cassert>
#include <concepts>
#include <iterator>
#include <memory>
#include <ranges>
#include <bio/ranges/views/detail.hpp>
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. | |
Provides bio::alphabet::single_pass_input_view.