Searched defs:ptr_traits_first (Results 1 – 1 of 1) sorted by relevance
80 struct ptr_traits_first<T<U, Args...> > { struct81 typedef U type;85 struct ptr_traits_first<T<U> > { struct86 typedef U type;90 struct ptr_traits_first<T<U1, U2> > { struct91 typedef U1 type;95 struct ptr_traits_first<T<U1, U2, U3> > { struct96 typedef U1 type;