7 #if !defined(CNL_IMPL_DUPLEX_INTEGER_SET_WIDTH_H)
8 #define CNL_IMPL_DUPLEX_INTEGER_SET_WIDTH_H
10 #include "../num_traits/set_width.h"
11 #include "declaration.h"
12 #include "narrowest_integer.h"
18 template<
typename Upper,
typename Lower,
int Digits>
19 struct set_width<_impl::duplex_integer<Upper, Lower>, Digits> {
20 using word = _impl::rep_of_t<Upper>;
21 using type =
typename _impl::narrowest_integer<
22 Digits + !numbers::signedness_v<word>, word>::type;
27 #endif // CNL_IMPL_DUPLEX_INTEGER_SET_WIDTH_H