Home
last modified time | relevance | path

Searched defs:subranged_SameSign (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/conversion/include/boost/numeric/conversion/detail/
Dis_subranged.hpp77 struct subranged_SameSign struct
81 typedef mpl::int_< ::std::numeric_limits<S>::digits > S_digits ;
82 typedef mpl::int_< ::std::numeric_limits<T>::digits > T_digits ;
84 typedef typename mpl::less<T_digits,S_digits>::type type ;