Type Traits 实例,提高效率
摘要:
#include "iostream"using namespace std;class SimpleCompareTrait { };class ComplexCompareTrait { };template class ComplexCompare{public:typedef T ValueType;typedef ComplexCompareTrait CompareTrait;};template class SimpleCompare{public:typedef T ValueType;typedef SimpleCompareTrait CompareTr 阅读全文
posted @ 2004-02-02 23:30 能发波 阅读(167) 评论(0) 推荐(0)
浙公网安备 33010602011771号