24#ifndef LIBSEMIGROUPS_IS_SPECIALIZATION_OF_HPP_
25#define LIBSEMIGROUPS_IS_SPECIALIZATION_OF_HPP_
56 template <
typename Thing,
template <
typename...>
typename Primary>
60 template <
template <
typename...>
typename Primary,
typename... Args>
82 template <
typename Thing,
template <
typename...>
typename Primary>
constexpr bool is_specialization_of_v
Helper variable template for is_specialization_of.
Definition is_specialization_of.hpp:84
Namespace for everything in the libsemigroups library.
Definition action.hpp:44
Struct for checking if a template parameter is a specialization of another.
Definition is_specialization_of.hpp:57