Provides type traits for working with templates. More...
#include <seqan3/std/concepts>
#include <seqan3/utility/type_traits/detail/transformation_trait_or.hpp>
Go to the source code of this file.
Namespaces | |
namespace | 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.
|
no-apiinlineconstexpr |
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). |