NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
vector.hpp 文件参考

动态大小数组容器 更多...

vector.hpp 的引用(Include)关系图:

浏览该文件的源代码.

struct  vector_iterator< IsConst, Vector >
 向量迭代器 更多...
class  vector< T, Alloc >
 动态大小数组容器 更多...

类型定义

using byte_vector = vector<byte_t>
 字节向量类型别名

详细描述

动态大小数组容器

此文件提供了动态大小数组容器(向量)的实现。 支持动态内存管理、随机访问迭代器和插入/删除操作。

在文件 vector.hpp 中定义.