struct TypeList

Declaration

template <typename... Ts>
struct TypeList { /* full declaration omitted */ };

Description

A type-list implementation. A "linked list" of types, accessible by using the ::head and ::tail typedefs.

Declared at: clang/include/clang/ASTMatchers/ASTMatchersInternal.h:90

Templates

Ts