template struct Poco::TypeAppender<NullTypeList, T>
#include <TypeList.h> template <class T> struct TypeAppender<NullTypeList, T> { // typedefs typedef TypeList<T, NullTypeList> HeadType; };
#include <TypeList.h> template <class T> struct TypeAppender<NullTypeList, T> { // typedefs typedef TypeList<T, NullTypeList> HeadType; };