6、函数对象
1、简介
2、概念
1、generator(不需要参数的函数)
2、一元函数
3、二元函数
4、Adaptable Generator(可适应的不需要参数的函数)
5、一元可适应函数
6、二元可适应函数
7、谓词
1、谓词
2、二元谓词
3、可适应谓词
4、二元可适应谓词
5、StrictWeakOrdering
8、Monoid曹错
9、随机数生成器
3、预定义函数对象
1、算术运算
1、加法
2、减法
3、乘法(原名“次”)
4、除法
5、取模运算
6、否定
2、比较算法
1、equal_to
2、not_equal_to
3、less
4、greater
5、less_equal
6、greater_equal
3、逻辑操作
1、logical_and(逻辑与)
2、logical_or(逻辑或)
3、logical_not(逻辑否)
4、广义身份认证操作
1、identity
2、project1st
3、project2nd
4、select1st
5、select2nd
5、subtractive_rng
4、函数对象适配器
1、binder1st
2、binder2nd
3、ptr_fun
4、pointer_to_unary_function
5、pointer_to_binary_function
6、unary_negate
7、binary_negate
8、unary_compose
9、binary_compose
10、成员函数适配器
1、mem_fun
2、mem_fun_ref
3、mem_fun1
4、mem_fun1_ref
7、Utilities
1、概念
1、Assignable
2、Default Constructible
3、Equality Comparable
4、LessThan Comparable
2、函数
1、关系操作符
3、类
1、pair
8、内存分配
1、类
1、分配器
2、raw_storage_iterator
2、函数
1、construct
2、destroy
3、uninitialized_copy
4、uninitialized_copy_n
5、uninitialized_fill
6、uninitialized_fill_n
7、temporary_buffer
8、get_temporary_buffer
9、return_temporary_buffer
9、设计文档
1、线程安全
2、复杂规格的意义
3、字符串的表示
10、分类索引
11、全文索引
posted on 2012-03-12 15:27
canaan 阅读(307)
评论(0) 编辑 收藏 引用 所属分类:
外文翻译