What are the expression syntax over types C++ support?

前端 未结 2 934
傲寒
傲寒 2020-12-29 07:41

I was working with a templated class which takes a set of integers. The code was like,

template
struct work{ ... };

2条回答
提交回复
热议问题