call_traits.hpp | 48 struct ct_imp struct in namespace:boost::detail 54 struct ct_imp<T, isp, true, b2> struct in namespace:boost::detail 60 struct ct_imp<T, isp, b1, true> 66 struct ct_imp<T, true, b1, b2> 82 // constant and pass that as a single template parameter to ct_imp<T,bool>, 84 // ct_imp<T,bool,bool,bool> and add an extra partial specialisation 85 // of ct_imp to handle the logic. (JM) 86 typedef typename boost::detail::ct_imp<
|