Provides type traits for working with templates. More...
#include <seqan3/std/concepts>#include <seqan3/utility/type_traits/detail/transformation_trait_or.hpp>
Include dependency graph for template_inspection.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| seqan3 | |
| The main SeqAn3 namespace. | |
Variables | |
| template<typename source_t , template< auto ... > typename target_template> | |
| constexpr bool | is_value_specialisation_of_v = is_value_specialisation_of<source_t, target_template>::value |
| Helper variable template for seqan3::detail::is_value_specialisation_of (unary_type_trait shortcut). More... | |
Provides type traits for working with templates.
|
inlineconstexpr |
Helper variable template for seqan3::detail::is_value_specialisation_of (unary_type_trait shortcut).
| source_type | The source type. |
| target_template | The type template you wish to compare against (must take only types as template arguments). |