7 #if !defined(CNL_IMPL_ROUNDING_IS_ROUNDING_TAG_H)
8 #define CNL_IMPL_ROUNDING_IS_ROUNDING_TAG_H
10 #include "../custom_operator/is_same_tag_family.h"
12 #include <type_traits>
20 template<
typename Tag>
26 concept rounding_tag = _impl::is_rounding_tag<T>::value;
30 template<rounding_tag Tag1, rounding_tag Tag2>
31 struct is_same_tag_family<Tag1, Tag2>
37 #endif // CNL_IMPL_ROUNDING_IS_ROUNDING_TAG_H