std::stacktrace_entry:: operator=
From cppreference.net
<
cpp
|
utility
|
stacktrace entry
C++
Diagnostics library
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
std::stacktrace_entry
| Member functions | ||||
|
stacktrace_entry::operator=
|
||||
| Observers | ||||
| Query | ||||
| Non-member functions | ||||
| Helper classes | ||||
|
constexpr
stacktrace_entry
&
operator
=
(
const
stacktrace_entry
&
other
)
noexcept
;
|
(C++23以降) | |
コピー代入演算子。
*
this
の内容を
other
の内容で置き換えます。
パラメータ
| その他 | - |
代入元の別の
stacktrace_entry
|
戻り値
* this .