|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
堆栈跟踪工具,用于调试和错误诊断 更多...
类 | |
| class | trace_allocator< T > |
| 内存追踪分配器 更多... | |
| class | stacktrace |
| 堆栈跟踪类 更多... | |
函数 | |
| template<typename T, typename U> | |
| bool | operator== (const trace_allocator< T > &lhs, const trace_allocator< U > &rhs) noexcept |
| 相等比较运算符 | |
| template<typename T, typename U> | |
| bool | operator!= (const trace_allocator< T > &lhs, const trace_allocator< U > &rhs) noexcept |
| 不等比较运算符 | |
堆栈跟踪工具,用于调试和错误诊断
|
noexcept |
|
noexcept |
相等比较运算符
| T | 左操作数类型 |
| U | 右操作数类型 |
| lhs | 左操作数 |
| rhs | 右操作数 |
所有trace_allocator实例都是相等的。
在文件 trace_memory.hpp 第 171 行定义.