38STL之設計理念

STL之設計理念 STL的容器經過類模板技術,實現數據類型和容器模型的分離。 STL的迭代器技術實現了遍歷容器的統一方法;也爲STL的算法提供了統一性 STL的函數對象實現了自定義數據類型的算法運算。 #include <iostream> using namespace std; #include "string" #include <vector> #include <list> #incl
相關文章
相關標籤/搜索