File Information
Library: Foundation
Package: Core
Header: Poco/TypeList.h
Description
TypeListType takes 1 - 40 typename arguments. Usage:
TypeListType<T0, T1, ... , Tn>::HeadType typeList;
typeList is a TypeList of T0, T1, ... , Tn
Types
HeadType
typedef TypeList < T0, TailType > HeadType;