template struct Poco::TypeAllEraser<NullTypeList, T>

#include <TypeList.h>

template <class T>
struct TypeAllEraser<NullTypeList, T>
{
    // typedefs

    typedef NullTypeList HeadType;
};