std::stacktrace_entry::operator=

From cppreference.com
 
 
Diagnostics library
Exception handling
Exception handling failures
(until C++17*)
(until C++17*)
(C++11)(until C++17*)    
(until C++17*)
Error codes
Error codes
 
std::stacktrace_entry
Member functions
stacktrace_entry::operator=
(C++23)
Observers
Query
Non-member functions
(C++23)(C++23)
(C++23)
(C++23)
Helper classes
 
constexpr stacktrace_entry& operator=( const stacktrace_entry& other ) noexcept;
(since C++23)

Copy assignment operator. Replaces the contents of *this with those of other.

Parameters

other - another stacktrace_entry to assign from

Return value

*this.