template struct Poco::TypeAllReplacer<NullTypeList, T, R>

#include <TypeList.h>

template <
    class T,
    class R
    >
struct TypeAllReplacer<NullTypeList, T, R>
{
    // typedefs

    typedef NullTypeList HeadType;
};