摘要:
今天在书店里翻 "C++ template" 学习了一下以前一直不明白的Metaprogramming,发现原来就是那个在模板里加enum的技巧的应用,仔细想一下果然可以衍生出很多用途,下面是一个最简单的例子:#include using namespace std; templateclass twoPower{public: enum { result = 2*twoPower::result... 阅读全文
posted @ 2004-03-13 22:23
Justin Shen
阅读(1179)
评论(0)
推荐(1)
浙公网安备 33010602011771号