cppreference.com
搜索
🔍
创建账号
登录
命名空间
页面
讨论
语言变体
不转换
简体
繁體
大陆简体
香港繁體
澳門繁體
大马简体
新加坡简体
臺灣正體
查看
阅读
查看源代码
查看历史
操作
std::hive<T,Allocator>::
get_allocator
来自cppreference.com
<
cpp
|
container
|
hive
[编辑模板]
C++
编译器支持
自立实现与有宿主实现
语言
标准库
标准库标头
具名要求
功能特性测试宏
(C++20)
语言支持库
概念库
(C++20)
诊断库
内存管理库
元编程库
(C++11)
通用工具库
容器库
迭代器库
范围库
(C++20)
算法库
字符串库
文本处理库
数值库
日期和时间库
输入/输出库
文件系统库
(C++17)
并发支持库
(C++11)
执行控制库
(C++26)
技术规范
符号索引
外部库
[编辑]
容器库
序列
array
(C++11)
vector
vector
<bool>
inplace_vector
(C++26)
hive
(C++26)
deque
forward_list
(C++11)
list
关联容器
set
multiset
map
multimap
无序关联容器
unordered_set
(C++11)
unordered_multiset
(C++11)
unordered_map
(C++11)
unordered_multimap
(C++11)
容器适配器
stack
queue
priority_queue
flat_set
(C++23)
flat_multiset
(C++23)
flat_map
(C++23)
flat_multimap
(C++23)
视图
span
(C++20)
mdspan
(C++23)
表格
迭代器失效
成员函数表格
非成员函数表格
[编辑]
std::hive
成员类型
成员函数
hive::hive
hive::~hive
hive::operator=
hive::assign
hive::assign_range
hive::get_allocator
迭代器
hive::begin
hive::cbegin
hive::end
hive::cend
hive::rbegin
hive::crbegin
hive::rend
hive::crend
修改器
hive::emplace
hive::emplace_hint
hive::insert
hive::insert_range
hive::erase
hive::swap
hive::clear
容量
hive::empty
hive::size
hive::max_size
hive::capacity
hive::reserve
hive::shrink_to_fit
hive::trim_capacity
hive::block_capacity_limits
hive::block_capacity_default_limits
hive::block_capacity_hard_limits
hive::is_within_hard_limits
hive::reshape
操作
hive::splice
hive::unique
hive::sort
hive::get_iterator
非成员函数
erase
(std::hive)
erase_if
(std::hive)
swap
(std::hive)
辅助类
hive_limits
推导指引
[编辑]
allocator_type
get_allocator
()
const
noexcept
;
(C++26 起)
返回与容器关联的分配器。
返回值
关联的分配器。
复杂度
常数。
hide
Morty Proxy
This is a
proxified and sanitized
view of the page, visit
original site
.