摘要: 1、定义 template< class T, class Allocator = std::allocator<T> > class vector; vector是连续存储的,而且存储是自动管理的,按需扩张。vector 通常占用多于静态数组的空间,因为要分配更多内存以管理将来的增长。 vecto 阅读全文
posted @ 2024-07-12 22:37 NotReferenced 阅读(2) 评论(0) 推荐(0) 编辑
摘要: cmake --build <dir> [<options>] [-- <build-tool-options>] cmake --build --preset <preset> [<options>] [-- <build-tool-options>] 命令选项 1、--build <dir> 构 阅读全文
posted @ 2024-07-12 21:52 NotReferenced 阅读(3) 评论(0) 推荐(0) 编辑