SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
type_reduce.hpp File Reference

Provides seqan3::views::type_reduce. More...

+ 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.

Classes

class  seqan3::detail::type_reduce_fn
 View adaptor definition for views::type_reduce. More...
 

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.
 
namespace  seqan3::detail
 The internal SeqAn3 namespace.
 
namespace  seqan3::views
 The SeqAn namespace for views.
 

Typedefs

template<typename t >
using seqan3::type_reduce_t = decltype(views::type_reduce(std::declval< t >()))
 Deduces the return value of seqan3::views::type_reduce.
 

Variables

constexpr auto seqan3::views::type_reduce
 A view adaptor that behaves like std::views::all, but type erases certain ranges.
 

Detailed Description

Provides seqan3::views::type_reduce.

Author
Hannes Hauswedell <hannes.hauswedell AT fu-berlin.de>
Hide me