65.9K
CodeProject is changing. Read more.
Home

Typelist Operations

starIconstarIconstarIconstarIcon
emptyStarIcon
starIcon

4.87/5 (5 votes)

Jun 18, 2014

CPOL

12 min read

viewsIcon

16348

I would like to devote this entry to further discuss the Typelist data type. Previously, I explored the Typelist[^] for use in my network library, Alchemy[^]. I decided that it would be a better construct for managing type info than the std::tuple.