conversion_traits.hpp | 37 typedef typename get_is_subranged<T,S>::type subranged ; typedef in struct:boost::numeric::convdetail::non_trivial_traits_impl 47 typedef typename mpl::if_<subranged,S,T>::type supertype ; 48 typedef typename mpl::if_<subranged,T,S>::type subtype ; 63 typedef mpl::false_ subranged ; typedef in struct:boost::numeric::convdetail::trivial_traits_impl
|