|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
堆栈跟踪工具,用于调试和错误诊断 更多...
类 | |
| class | neforce::trace_allocator< T > |
| 内存追踪分配器 更多... | |
| class | neforce::stacktrace |
| 堆栈跟踪类 更多... | |
函数 | |
| template<typename T, typename U> | |
| bool | neforce::operator== (const trace_allocator< T > &lhs, const trace_allocator< U > &rhs) noexcept |
| 相等比较运算符 | |
| template<typename T, typename U> | |
| bool | neforce::operator!= (const trace_allocator< T > &lhs, const trace_allocator< U > &rhs) noexcept |
| 不等比较运算符 | |
堆栈跟踪工具,用于调试和错误诊断
|
noexcept |
不等比较运算符
| T | 左操作数类型 |
| U | 右操作数类型 |
| lhs | 左操作数 |
| rhs | 右操作数 |
在文件 trace_memory.hpp 第 184 行定义.
引用了 operator!=().
|
noexcept |
相等比较运算符
| T | 左操作数类型 |
| U | 右操作数类型 |
| lhs | 左操作数 |
| rhs | 右操作数 |
所有trace_allocator实例都是相等的。
在文件 trace_memory.hpp 第 171 行定义.
引用了 operator==().