22#ifndef LIBSEMIGROUPS_IS_SPECIALIZATION_OF_HPP_
23#define LIBSEMIGROUPS_IS_SPECIALIZATION_OF_HPP_
55 template <
typename Thing,
template <
typename...>
typename Primary>
59 template <
template <
typename...>
typename Primary,
typename... Args>
81 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:83
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:56