Namespaces
Variants

std::stacktrace_entry:: operator=

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

Kopierzuweisungsoperator. Ersetzt den Inhalt von * this durch den Inhalt von other .

Parameter

other - ein weiterer stacktrace_entry , von dem zugewiesen wird

Rückgabewert

* this .