Provides bio::views::type_reduce. More...
#include <concepts>
#include <ranges>
#include <span>
#include <string_view>
#include <bio/meta/type_traits/template_inspection.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. | |
Typedefs | |
template<typename t > | |
using | bio::ranges::type_reduce_view = decltype(views::type_reduce(std::declval< t >())) |
Deduces the return value of bio::views::type_reduce. | |
Variables | |
General purpose views | |
constexpr auto | bio::ranges::views::type_reduce |
A view adaptor that behaves like std::views::all, but type erases certain ranges. | |
Provides bio::views::type_reduce.