命名空间
变体
操作

std::stacktrace_entry::operator=

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

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

[编辑] 参数

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

[编辑] 返回值

*this.