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
 不等比较运算符

详细描述

堆栈跟踪工具,用于调试和错误诊断

函数说明

◆ operator!=()

template<typename T, typename U>
bool operator!= ( const trace_allocator< T > & lhs,
const trace_allocator< U > & rhs )
noexcept

不等比较运算符

模板参数
T左操作数类型
U右操作数类型
参数
lhs左操作数
rhs右操作数
返回
始终返回false

在文件 trace_memory.hpp184 行定义.

◆ operator==()

template<typename T, typename U>
bool operator== ( const trace_allocator< T > & lhs,
const trace_allocator< U > & rhs )
noexcept

相等比较运算符

模板参数
T左操作数类型
U右操作数类型
参数
lhs左操作数
rhs右操作数
返回
始终返回true

所有trace_allocator实例都是相等的。

在文件 trace_memory.hpp171 行定义.