std::stacktrace_entry::operator=
constexpr stacktrace_entry& operator=( const stacktrace_entry& other ) noexcept; | (since C++23) |
Оператор копирующего присваивания. Заменяет содержимое *this содержимым other.
Параметры
| other | - | другой stacktrace_entry для присваивания |
Значение результата
*this.
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/utility/stacktrace_entry/operator%3D