|
SeqAn3 3.4.2-rc.1
The Modern C++ library for sequence analysis.
|
Provides concept seqan3::template_specialisation_of<mytype, [...]> for checking the type specialisation of some type with a given template, for example a specialized type_list<float> with the type_list template.
More...
#include <seqan3/core/detail/template_inspection.hpp>
Provides concept seqan3::template_specialisation_of<mytype, [...]> for checking the type specialisation of some type with a given template, for example a specialized type_list<float> with the type_list template.
| mytype | The query type. |
| type_template | The type template you wish to compare against mytype. |