template struct Poco::NamedTuple
template struct Poco::Tuple<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, NullTypeList>
#include <TypeList.h> struct NullTypeList { // enums enum { length = 0, }; // methods bool operator==(const NullTypeList&) const; bool operator!=(const NullTypeList&) const; bool operator<(const NullTypeList&) const; };