Ray's playground

 

2009年10月21日

C++ templates chapter 11(Template Argument Deduction)

摘要: Explicitly specifying template arguments on every call to a function template (for example, concat<std::string, int>(s, 3)) can quickly lead to unwieldy code. Fortunately, a C++ compiler can oft... 阅读全文

posted @ 2009-10-21 21:38 Ray Z 阅读(248) 评论(0) 推荐(0) 编辑

导航