命名空间
变体
操作

std::stacktrace_entry::operator=

来自 cppreference.cn
 
 
 
 
constexpr stacktrace_entry& operator=( const stacktrace_entry& other ) noexcept;
(C++23 起)

复制赋值运算符。将 *this 的内容替换为 other 的内容。

[编辑] 参数

其他 - 另一个 stacktrace_entry 对象,用于赋值

[编辑] 返回值

*this.