std::stacktrace_entry::operator=

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

# Declarations

constexpr stacktrace_entry& operator=( const stacktrace_entry& other ) noexcept;

(since C++23)

# Parameters

# Return value

*this.