|
SeqAn3 3.4.2-rc.1
The Modern C++ library for sequence analysis.
|
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. | |
Exposes templ_t<spec_t...> if that is valid, otherwise fallback_t.
| fallback_t | The fallback type. |
| templ_t | The type template that should be specialised. |
| spec_t | The specialisation for the type template. |