命名空间
变体
操作

std::stacktrace_entry::operator=

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

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

[编辑] 参数

other - 要从中赋值的另一个 stacktrace_entry

[编辑] 返回值

*this.