7 #if !defined(CNL_IMPL_DUPLEX_INTEGER_IS_DUPLEX_INTEGER_H)
8 #define CNL_IMPL_DUPLEX_INTEGER_IS_DUPLEX_INTEGER_H
10 #include "declaration.h"
12 #include <type_traits>
21 template<
typename Upper,
typename Lower>
22 struct is_duplex_integer<duplex_integer<Upper, Lower>> :
std::true_type {
26 inline constexpr
auto is_duplex_integer_v = is_duplex_integer<T>::value;
29 concept any_duplex_integer = is_duplex_integer_v<T>;
33 #endif // CNL_IMPL_DUPLEX_INTEGER_IS_DUPLEX_INTEGER_H