SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
seqan3::detail::valid_template_spec_or< fallback_t, templ_t, spec_t... > Struct Template Reference

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...

#include <seqan3/core/detail/template_inspection.hpp>

Public Types

using type = templ_t< spec_t... >
 The resulting type.
 

Detailed Description

template<typename fallback_t, template< typename... > typename templ_t, typename... spec_t>
requires requires { typename templ_t<spec_t...>; }
struct seqan3::detail::valid_template_spec_or< fallback_t, templ_t, spec_t... >

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.


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