|
YSTest
PreAlpha_b400_20130424
The YSLib Test Project
|
泛型算法。 更多...


命名空间 | |
| 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) |
| 去除迭代器指定的范围中的重复元素,且不改变元素之间的相对顺序。 | |
泛型算法。
在文件 algorithm.hpp 中定义.