YSTest  PreAlpha_b400_20130424
The YSLib Test Project
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
algorithm.hpp 文件参考

泛型算法。 更多...

#include "../ydef.h"
#include <algorithm>
#include <cstring>
algorithm.hpp 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

命名空间

namespace  ystdex
 

函数

template<class _type >
_type * ystdex::pod_fill (_type *first, _type *last, const _type &value)
 
template<class _type >
_type * ystdex::pod_copy_n (const _type *first, size_t n, _type *result)
 
template<class _type >
_type * ystdex::pod_copy (const _type *first, const _type *last, _type *result)
 
template<class _type >
_type * ystdex::pod_move_n (const _type *first, size_t n, _type *result)
 
template<class _type >
_type * ystdex::pod_move (const _type *first, const _type *last, _type *result)
 
template<typename _tForward >
_tForward ystdex::stable_range_unique (_tForward first, _tForward last)
 去除迭代器指定的范围中的重复元素,且不改变元素之间的相对顺序。
 

详细描述

泛型算法。

版本
r438
作者
FrankHB frank.nosp@m.hb19.nosp@m.89@gm.nosp@m.ail..nosp@m.com
自从
build 254
创建时间:
2010-05-23 06:10:59 +0800
修改时间:
2013-04-01 09:26 +0800
文本编码:
UTF-8
模块名称:
YStandardEx::Algorithms

在文件 algorithm.hpp 中定义.