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

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>
+ Include dependency graph for type_reduce.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.
 

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.
 

Detailed Description

Provides bio::views::type_reduce.

Author
Hannes Hauswedell <hannes.hauswedell AT decode.is>