Searched defs:last_type (Results 1 – 3 of 3) sorted by relevance
324 template <typename Head, typename... Tail> struct last_type { struct325 using type = typename last_type<Tail...>::type; argument
828 static char last_type; /* Is the index for an X or a D. */ variable
676 static char last_type; /* Is the index for an X or a D. */ variable