名前空間
変種
操作

std::stacktrace_entry::operator=

From cppreference.com
 
 
 
 
constexpr stacktrace_entry& operator=( const stacktrace_entry& other ) noexcept;
(C++23から)

コピー代入演算子。*this の内容を other の内容で置き換えます。

[編集] パラメータ

その他 - 代入元の別の stacktrace_entry

[編集] 戻り値

*this.

English 日本語 中文(简体) 中文(繁體)