Provides bio::views::pairwise_combine. More...
#include <cmath>
#include <ranges>
#include <bio/meta/type_traits/transformation_trait_or.hpp>
#include <bio/ranges/concept.hpp>
#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::pairwise_combine |
A view adaptor that generates all pairwise combinations of the elements of the underlying range. | |
Provides bio::views::pairwise_combine.