template struct Poco::TypeLocator
Overview
TypeLocator returns the first occurrence of the type T in Head or -1 if the type is not found. More…
Detailed Documentation
TypeLocator returns the first occurrence of the type T in Head or -1 if the type is not found.
Usage example:
TypeLocator<Head, int>::HeadType TypeLoc;
if (2 == TypeLoc.value) …