Searched defs:subranged_Unsig2Sig (Results 1 – 1 of 1) sorted by relevance
45 struct subranged_Unsig2Sig struct62 typedef mpl::int_< ::std::numeric_limits<S>::digits > S_digits ;63 typedef mpl::int_< ::std::numeric_limits<T>::digits > T_digits ;66 typedef typename T_digits::next u_T_digits ;68 typedef mpl::int_<2> Two ;70 typedef typename mpl::multiplies<S_digits,Two>::type S_digits_times_2 ;72 typedef typename mpl::less<u_T_digits,S_digits_times_2>::type type ;