Library: Foundation
Package: Core
Header: Poco/TypeList.h
Description
TypeGetter - get the type at index N from a TypeList.
Types Aliases
ConstHeadType
using ConstHeadType = const HeadType;
HeadType
using HeadType = typename Detail::TypeAtImpl < N, List >::Type;