名稱空間
變體
操作

std::stacktrace_entry::operator=

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

複製賦值運算子。將 *this 的內容替換為 other 的內容。

[編輯] 引數

其他 - 另一個 stacktrace_entry 物件,用於賦值

[編輯] 返回值

*this.