Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
Dconverter.hpp321 struct GetRC_Sig2Unsig struct
323 typedef LT_Zero<Traits> Pred1 ;
324 typedef GT_HiT <Traits> Pred2 ;
326 typedef generic_range_checker<Traits,Pred1,Pred2,OverflowHandler> ChoiceA ;
328 typedef generic_range_checker<Traits,Pred1,non_applicable,OverflowHandler> ChoiceB ;
330 typedef typename Traits::target_type T ;
331 typedef typename Traits::source_type S ;
333 typedef typename subranged_Unsig2Sig<S,T>::type oposite_subranged ;
335 typedef typename mpl::not_<oposite_subranged>::type positively_subranged ;
337 typedef typename mpl::if_<positively_subranged,ChoiceA,ChoiceB>::type type ;