Searched defs:non_trivial_traits_impl (Results 1 – 1 of 1) sorted by relevance
31 struct non_trivial_traits_impl struct33 typedef typename get_int_float_mixture <T,S>::type int_float_mixture ;34 typedef typename get_sign_mixture <T,S>::type sign_mixture ;35 typedef typename get_udt_builtin_mixture <T,S>::type udt_builtin_mixture ;37 typedef typename get_is_subranged<T,S>::type subranged ;39 typedef mpl::false_ trivial ;41 typedef T target_type ;42 typedef S source_type ;43 typedef T result_type ;45 typedef typename mpl::if_< is_arithmetic<S>, S, S const&>::type argument_type ;[all …]