template struct Poco::TypeListType<>

#include <TypeList.h>

template <>
struct TypeListType<>
{
    // typedefs

    typedef NullTypeList HeadType;
};