Determines whether a source_type is a specialisation of another template. More...
#include <bio/meta/type_traits/template_inspection.hpp>
Inheritance diagram for bio::meta::is_type_specialisation_of< source_t, target_template >:Determines whether a source_type is a specialisation of another template.
| source_type | The source type. |
| target_template | The type template you wish to compare against (must take only types as template arguments). |