Namespaces
Variants
Actions
ads via Carbon You asked, we delivered! Our Free Plan now includes a Custom Domain, 5 Actions, & 25K MAUs. Sign up! ads via Carbon

std::stacktrace_entry::operator=

From cppreference.com
 
 
 
 
constexpr stacktrace_entry& operator=( const stacktrace_entry& other ) noexcept;
(since C++23)

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

[edit] Parameters

other - another stacktrace_entry to assign from

[edit] Return value

*this.