cppreference.com
创建帐户
登录
命名空间
页面
讨论
变体
视图
视图
编辑
历史记录
操作
std::basic_stacktrace<Allocator>::
get_allocator
来自 cppreference.com
<
cpp
|
utility
|
basic stacktrace
C++
编译器支持
独立和托管
语言
标准库
标准库头文件
命名要求
功能测试宏
(C++20)
语言支持库
概念库
(C++20)
元编程库
(C++11)
诊断库
通用实用程序库
字符串库
容器库
迭代器库
范围库
(C++20)
算法库
数值库
本地化库
输入/输出库
文件系统库
(C++17)
正则表达式库
(C++11)
并发支持库
(C++11)
执行支持库
(C++26)
技术规范
符号索引
外部库
[编辑]
诊断库
异常处理
异常
uncaught_exception
uncaught_exceptions
(
直到 C++20*
)
(C++17)
exception_ptr
(C++11)
make_exception_ptr
(C++11)
current_exception
(C++11)
rethrow_exception
(C++11)
nested_exception
(C++11)
throw_with_nested
(C++11)
rethrow_if_nested
(C++11)
异常处理失败
terminate
terminate_handler
get_terminate
(C++11)
set_terminate
bad_exception
unexpected
(
直到 C++17*
)
unexpected_handler
(
直到 C++17*
)
get_unexpected
(
直到 C++17*
)
set_unexpected
(
直到 C++17*
)
错误号
错误代码
errno
异常类别
logic_error
invalid_argument
domain_error
length_error
out_of_range
runtime_error
range_error
overflow_error
underflow_error
tx_exception
(TM TS)
系统错误
error_category
(C++11)
generic_category
(C++11)
system_category
(C++11)
error_condition
(C++11)
errc
(C++11)
error_code
(C++11)
system_error
(C++11)
断言
assert
堆栈跟踪
stacktrace_entry
(C++23)
basic_stacktrace
(C++23)
[编辑]
std::basic_stacktrace
成员函数
basic_stacktrace::basic_stacktrace
basic_stacktrace::~basic_stacktrace
basic_stacktrace::operator=
basic_stacktrace::current
basic_stacktrace::get_allocator
迭代器
basic_stacktrace::begin
basic_stacktrace::cbegin
basic_stacktrace::end
basic_stacktrace::cend
basic_stacktrace::rbegin
basic_stacktrace::crbegin
basic_stacktrace::rend
basic_stacktrace::crend
容量
basic_stacktrace::empty
basic_stacktrace::size
basic_stacktrace::max_size
元素访问
basic_stacktrace::operator[]
basic_stacktrace::at
修饰符
basic_stacktrace::swap
非成员函数
operator==
operator<=>
swap
(std::basic_stacktrace)
to_string
(std::basic_stacktrace)
operator<<
辅助类
hash
<std::basic_stacktrace>
formatter
<std::basic_stacktrace>
[编辑]
allocator_type get_allocator
(
)
const
noexcept
;
(自 C++23 起)
返回与
basic_stacktrace
关联的分配器。
[
编辑
]
参数
(无)
[
编辑
]
返回值
关联的分配器。
[
编辑
]
复杂度
常数。