SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
seqan3::detail::recursive_required_types< t > Struct Template Reference

Like seqan3::detail::required_types, but recursive. More...

#include <seqan3/alphabet/composite/detail.hpp>

+ Inheritance diagram for seqan3::detail::recursive_required_types< t >:

Public Types

using type = type_list<>
 The returned type.
 

Related Symbols

(Note that these are not member symbols.)

template<typename t >
using recursive_required_types_t = typename recursive_required_types< t >::type
 Shortcut for seqan3::detail::recursive_required_types.
 

Detailed Description

template<typename t>
struct seqan3::detail::recursive_required_types< t >

Like seqan3::detail::required_types, but recursive.


The documentation for this struct was generated from the following file:
Hide me