Namespaces
Variants
Views
Actions

std::stacktrace_entry::operator=

From cppreference.com
< cpp‎ | utility‎ | stacktrace entry
Revision as of 01:20, 25 January 2021 by Fruderica (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
 
 
 
 
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.