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

Exposes templ_t<spec_t...> if that is valid, otherwise fallback_t. More...

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

+ Inheritance diagram for seqan3::detail::valid_template_spec_or< fallback_t, templ_t, spec_t >:

Public Types

using type = fallback_t
 The resulting type.
 

Detailed Description

template<typename fallback_t, template< typename... > typename templ_t, typename... spec_t>
struct seqan3::detail::valid_template_spec_or< fallback_t, templ_t, spec_t >

Exposes templ_t<spec_t...> if that is valid, otherwise fallback_t.

See also
seqan3::detail::valid_template_spec_or_t
Template Parameters
fallback_tThe fallback type.
templ_tThe type template that should be specialised.
spec_tThe specialisation for the type template.

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