摘要:
9.3 Precompiled Headers 9.3 预编译头文件 Even without templates, C++ header files can become very large and therefore take a long time to compile. Templates 阅读全文
posted @ 2020-05-22 21:08 浅墨浓香 阅读(514) 评论(1) 推荐(0)
|
||
|
摘要:
9.3 Precompiled Headers 9.3 预编译头文件 Even without templates, C++ header files can become very large and therefore take a long time to compile. Templates 阅读全文
posted @ 2020-05-22 21:08 浅墨浓香 阅读(514) 评论(1) 推荐(0)
摘要:
9.2 Templates and inline 9.2 模板和内联 Declaring functions to be inline is a common tool to improve the running time of programs. The inline specifier was 阅读全文
posted @ 2020-05-22 21:04 浅墨浓香 阅读(285) 评论(0) 推荐(0)
摘要:
第9章 在实践中使用模板 Template code is a little different from ordinary code. In some ways templates lie somewhere between macros and ordinary (nontemplate) de 阅读全文
posted @ 2020-05-22 21:03 浅墨浓香 阅读(349) 评论(0) 推荐(0) |
||