4、迭代器
1、簡介
2、概念
1、普通迭代器
2、輸入迭代器
3、輸出迭代器
4、前向迭代器
5、雙向迭代器
6、隨機訪問迭代
3、迭代器標簽
1、簡介
2、iterator_traits
3、iterator_category
4、distance_type
5、value_type
6、迭代器標簽類
1、input_iterator_tag
2、output_iterator_tag
3、forward_iterator_tag
4、bidirectional_iterator_tag
5、random_access_iterator_tag
7、迭代器基礎類
1、input_iterator
2、output_iterator
3、forward_iterator
4、bidirectional_iterator
5、random_access_iterator
4、迭代函數
1、distance
2、advance
5、迭代器類
1、istream_iterator
2、ostream_iterator
3、front_insert_iterator
4、back_insert_iterator
5、insert_iterator
6、reverse_iterator
7、reverse_bidirectional_iterator
8、raw_storage_iterator
9、sequence_buffer
5、算法
1、不會改變內容的算法
1、for_each
2、find
3、find_if
4、adjacent_find
5、find_fist_of
6、count
7、count_if
8、mismatch
9、equal
10、search
11、search_if
12、find_end
2、會改變內容的算法
1、copy
2、copy_n
3、copy_backward
4、交換
1、swap
2、iter_swap
3、swap_ranges
5、transform
6、替換
1、replace
2、replace_if
3、replace_copy
4、replace_copy_if
7、fill
8、fill_n
9、generate
10、generate_n
11、移除
1、remove
2、remove_if
3、remove_copy
4、remove_copy_if
12、unique
13、unique_copy
14、reverse
15、reverse_copy
16、rotate
17、rotate_copy
18、random_shuffle
19、random_sample
20、random_sample_n
21、partition
22、stable_partition
3、排序
1、排序
1、sort
2、stable_sort
3、partial_sort
4、partial_sort_copy
5、is_sorted
2、nth_element
3、二進制搜索
1、lower_bound
2、upper_bound
3、equal_range
4、binary_search
4、merge
5、inplace_merge
6、排序范圍內設置操作
1、includes
2、set_union
3、set_intersection
4、set_difference
5、set_symmetric_difference
7、堆操作
1、push_heap
2、pop_heap
3、make_heap
4、sort_heap
5、is_heap
8、最大值和最小值
1、min
2、max
3、min_element
4、max_element
9、lexicographical_compare
10、lexicographical_compare_3way
11、next_permutation
12、prev_permutation
4、廣義數值算法
1、iota
2、accumulate
3、inner_product
4、partial_sum
5、adjacent_difference
7、power
下一節 《
標準模板庫 目錄三 函數對象、Utilities、內存分配》
posted on 2012-03-09 09:41
canaan 閱讀(1131)
評論(0) 編輯 收藏 引用 所屬分類:
外文翻譯