std::polymorphic<T, Allocator>::get_allocator
来自cppreference.com
< cpp | memory | polymorphic
内存管理库
|
constexpr allocator_type get_allocator()constnoexcept; | (C++26 起) | |
获取关联的分配器。
[编辑]返回值
[编辑]示例
本节未完成 原因:暂无示例 |