摘要: #include using namespace std;template class Iterator{public: T& Value() { return *m_pValue; } Iterator& operator=(const Iterator& other) { ... 阅读全文
posted @ 2014-12-22 14:12 stanley19861028 阅读(115) 评论(0) 推荐(0) 编辑