内容目录:标准模板库
- STL 简介
- 如何使用文档
- 容器
- 概念
- 通用概念
- 容器
- 前向容器
- 可逆容器
- 随机访问容器
- 序列
- 序列
- 前插入序列
- 后插入序列
- 关联容器
- 关联容器
- 简单关联容器
- 配对关联容器
- 排序关联容器
- 散列关联容器
- 散列函数
- 唯一关联容器
- 多重关联容器
- 唯一排序关联容器
- 多重排序关联容器
- 唯一散列关联容器
- 多重散列关联容器
- 容器类
- 序列
- vector
- deque
- list
- slist
- bit_vector
- 关联容器
- set
- map
- multiset
- multimap
- hash_set
- hash_map
- hash_multiset
- hash_multimap
- hash
- 字符串包
- 字符特征
- char_traits
- basic_string
- rope
- 容器适配器
- stack
- queue
- priority_queue
- bitset
- 迭代器
- 简介
- 概念
- 简单迭代器
- 输入迭代器
- 输出迭代器
- 前向迭代器
- 双向迭代器
- 随机访问迭代器
- 迭代器标签
- 简介
- iterator_traits
- iterator_category
- distance_type
- value_type
- 迭代器标签类
- input_iterator_tag
- output_iterator_tag
- forward_iterator_tag
- bidirectional_iterator_tag
- random_access_iterator_tag
- 迭代器基类
- input_iterator
- output_iterator
- forward_iterator
- bidirectional_iterator
- random_access_iterator
- 迭代器函数
- distance
- advance
- 迭代器类
- istream_iterator
- ostream_iterator
- front_insert_iterator
- back_insert_iterator
- insert_iterator
- reverse_iterator
- reverse_bidirectional_iterator
- raw_storage_iterator
- sequence_buffer
- 算法
- 非修改算法
- for_each
- find
- find_if
- adjacent_find
- find_first_of
- count
- count_if
- mismatch
- equal
- search
- search_n
- find_end
- 修改算法
- copy
- copy_n
- copy_backward
- 交换
- swap
- iter_swap
- swap_ranges
- transform
- 替换
- replace
- replace_if
- replace_copy
- replace_copy_if
- fill
- fill_n
- generate
- generate_n
- 移除
- remove
- remove_if
- remove_copy
- remove_copy_if
- unique
- unique_copy
- reverse
- reverse_copy
- rotate
- rotate_copy
- random_shuffle
- random_sample
- random_sample_n
- partition
- stable_partition
- 排序
- 排序
- sort
- stable_sort
- partial_sort
- partial_sort_copy
- is_sorted
- nth_element
- 二分查找
- lower_bound
- upper_bound
- equal_range
- binary_search
- merge
- inplace_merge
- 排序范围上的集合操作
- includes
- set_union
- set_intersection
- set_difference
- set_symmetric_difference
- 堆操作
- push_heap
- pop_heap
- make_heap
- sort_heap
- is_heap
- 最小值和最大值
- min
- max
- min_element
- max_element
- lexicographical_compare
- lexicographical_compare_3way
- next_permutation
- prev_permutation
- 广义数值算法
- iota
- accumulate
- inner_product
- partial_sum
- adjacent_difference
- power
- 函数对象
- 简介
- 概念
- 生成器
- 一元函数
- 二元函数
- 可适配生成器
- 可适配一元函数
- 可适配二元函数
- 谓词
- 谓词
- 二元谓词
- 可适配谓词
- 可适配二元谓词
- 严格弱序
- 幺半群运算
- 随机数生成器
- 预定义函数对象
- 算术运算
- plus
- minus
- multiplies (之前称为 "times")
- divides
- modulus
- negate
- 比较
- equal_to
- not_equal_to
- less
- greater
- less_equal
- greater_equal
- 逻辑运算
- logical_and
- logical_or
- logical_not
- 广义恒等运算
- identity
- project1st
- project2nd
- select1st
- select2nd
- subtractive_rng
- 函数对象适配器
- binder1st
- binder2nd
- ptr_fun
- pointer_to_unary_function
- pointer_to_binary_function
- unary_negate
- binary_negate
- unary_compose
- binary_compose
- 成员函数适配器
- mem_fun
- mem_fun_ref
- mem_fun1
- mem_fun1_ref
- 实用工具
- 概念
- 可赋值
- 可默认构造
- 可等值比较
- 可小于比较
- 函数
- 关系运算符
- 类
- pair
- 内存分配
- 类
- 分配器
- raw_storage_iterator
- 函数
- construct
- destroy
- uninitialized_copy
- uninitialized_copy_n
- uninitialized_fill
- uninitialized_fill_n
- temporary_buffer
- get_temporary_buffer
- return_temporary_buffer
- 设计文档
- 线程安全
- 复杂度规范的含义
- 字符串的表示
- 分类索引
- 完整索引
版权所有 © 1999 Silicon Graphics, Inc. 保留所有权利。
商标信息