7 #if !defined(CNL_IMPL_OPERATORS_IS_HOMOGENEOUS_DEDUCTION_TAG_H)
8 #define CNL_IMPL_OPERATORS_IS_HOMOGENEOUS_DEDUCTION_TAG_H
10 #include "definition.h"
12 #include <type_traits>
20 struct homogeneous_deduction_tag_base {
24 struct is_homogeneous_deduction_tag :
std::is_base_of<homogeneous_deduction_tag_base, Tag> {
28 template<
class ArchetypeTag,
typename Initializer>
29 requires _impl::is_homogeneous_deduction_tag<ArchetypeTag>::value
struct deduction<ArchetypeTag, Initializer> {
31 using tag = ArchetypeTag;
34 using type = Initializer;
38 #endif // CNL_IMPL_OPERATORS_IS_HOMOGENEOUS_DEDUCTION_TAG_H