摘要:
5.7 Template Template Parameters 5.7 模板模板参数 It can be useful to allow a template parameter itself to be a class template. Again, our stack class templ 阅读全文
posted @ 2020-04-22 20:23 浅墨浓香 阅读(1043) 评论(0) 推荐(0)
|
||
|
摘要:
5.7 Template Template Parameters 5.7 模板模板参数 It can be useful to allow a template parameter itself to be a class template. Again, our stack class templ 阅读全文
posted @ 2020-04-22 20:23 浅墨浓香 阅读(1043) 评论(0) 推荐(0)
摘要:
5.6 Variable Templates 5.6 变量模板 Since C++14, variables also can be parameterized by a specific type. Such a thing is called a variable template. 从C++1 阅读全文
posted @ 2020-04-22 00:46 浅墨浓香 阅读(838) 评论(0) 推荐(0) |
||