|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Member functions | ||||
stacktrace_entry::operator= | ||||
| Observers | ||||
| Query | ||||
| Non-member functions | ||||
| Helper classes | ||||
constexpr stacktrace_entry& operator=(const stacktrace_entry& other)noexcept; | (since C++23) | |
Copy assignment operator. Replaces the contents of*this with those ofother.
| other | - | anotherstacktrace_entry to assign from |
*this.