template struct Poco::TypeLocator<NullTypeList, T>

#include <TypeList.h>

template <class T>
struct TypeLocator<NullTypeList, T>
{
    // enums

    enum
    {
        value = -1,
    };
};