C++_STL源碼閱讀:算法篇 Algorithms

源碼路徑:STLport-5.2.1/stlport/stl算法 numeric: accumalate inner_product partial_sum adjacent_differnence: 相鄰兩個元素之間的差值or加法 power:計算x的n次方 iota:並不是屬於STL,只是一個擴展,是的某個指定區間,從指定值_val開始逐元素遞增 其中,power算法能夠簡單討論下:dom 方
相關文章
相關標籤/搜索