General use cases for C++ containers(C++ 容器的一般用例)
问题描述
它可以从 nolyc 获得,它是 Freenode 上 ##C++ 的信息机器人,使用命令容器选择"或容器选择".您在回复中收到的此图片链接位于 adrinael.net,这表明我们应该感谢 Freenode 的 ##C++ 社区成员 Adrinael.
What are the general use cases for the C++ standard library containers?
- bitset
- deque
- list
- map
- multimap
- multiset
- priority_queue
- queue
- set
- stack
- vector
For example, a map is generally better for a paired search.
A picture is worth a thousand words.
It's available from nolyc, the informative bot of ##C++ on Freenode, using the command "container choice" or "containerchoice". The link to this picture you receive in response is hosted at adrinael.net, which suggests we should thank Adrinael, member of Freenode's ##C++ community.
这篇关于C++ 容器的一般用例的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:C++ 容器的一般用例
基础教程推荐
- 如何在 C++ 中正确使用命名空间? 2022-01-01
- 为什么我们不能使用“虚拟继承"?在 COM 中? 2022-01-01
- 随机插入/删除的综合向量与链表基准 2022-01-01
- 与 CAS 的原子交换(使用 gcc 同步内置函数) 2022-01-01
- c++ STL设置差异 2022-01-01
- 提升 ASIO 流缓冲 2021-01-01
- C++:获取传递给函数的多维数组的行大小 2021-01-01
- 如何部分禁用 cmake C/C++ 自定义编译器检查 2021-01-01
- 将不可复制的闭包对象传递给 std::function 参数 2021-01-01
- 如何更改 SysDateTimePick32 或 CDateTimeCtrl 的背景颜色? 2022-01-01
