Provides the views::repeat_view. More...
#include <algorithm>
#include <ranges>
#include <bio/ranges/detail/random_access_iterator.hpp>
#include <bio/ranges/type_traits.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 detail::repeat_fn | bio::ranges::views::repeat |
A view factory that repeats a given value infinitely. | |
Provides the views::repeat_view.