STL(Standard Template Library)
Posted wouble
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了STL(Standard Template Library)相关的知识,希望对你有一定的参考价值。
容器(Containers) | list、deque、vector、map等 |
算法(Algorithms) | 算法作用于容器,它们提供了执行各种操作的方式。包括了对容器的初始化、排序、搜索和转化等操作 |
迭代器(iterators) | 用于遍历元素,这些集合可能是容器也可能是容器的子集 |
仿函数(Function object) | 仿函数又称函数对象,其实就是重载了()的struct |
迭代适配器(Adaptor) | |
空间配置器(Allocator) | 作用:1、对象的创建于销毁 2、内存的获取与释放 |
以上是关于STL(Standard Template Library)的主要内容,如果未能解决你的问题,请参考以下文章
Cpp Chapter 16: The string Class and the Standard Template Library
无法在 Rider 中使用 .NET Standard 2.0 Lib 加载 Xamarin Forms 项目