Concatenating lists using template metaprogramming in C++11

后端 未结 0 944
旧巷少年郎
旧巷少年郎 2021-01-23 12:09

I\'ve created a new type called IntList, which represents a list of integers. This was made by using templates:

template
struct IntList;

template&l         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题