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