Namespaces
Variants

std::stacktrace_entry:: operator=

From cppreference.net
constexpr stacktrace_entry & operator = ( const stacktrace_entry & other ) noexcept ;
(C++23以降)

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

パラメータ

その他 - 代入元の別の stacktrace_entry

戻り値

* this .