摘要: 看《Effective C++》的过程中,涉及enum hack,尤其是在条款48(认识template元编程)中。 TMP(Template metaprogramming,模板元编程)起手程序:编译期计算阶乘。 1 #include 2 //计算阶乘:TMP通过“递归模板具现化”实现循环 ... 阅读全文
posted @ 2014-11-18 17:18 人生不酱油 阅读(1424) 评论(0) 推荐(0)