cppreference.com
Konto erstellen
Anmelden
Namensräume
Seite
Diskussion
Varianten
Ansichten
Ansicht
Bearbeiten
Verlauf
Aktionen
std::stacktrace_entry::
operator=
Von cppreference.com
<
cpp
|
utility
|
stacktrace entry
C++
Compiler-Unterstützung
Freestanding und gehostet
Sprache
Standardbibliothek
Header der Standardbibliothek
Benannte Anforderungen
Feature-Test-Makros
(C++20)
Bibliothek für Sprachunterstützung
Konzepte-Bibliothek
(C++20)
Diagnostik-Bibliothek
Speicherverwaltungsbibliothek
Metaprogrammierungsbibliothek
(C++11)
Allgemeine Dienstprogramme-Bibliothek
Container-Bibliothek
Iterator-Bibliothek
Ranges-Bibliothek
(C++20)
Algorithmen-Bibliothek
Bibliothek für Zeichenketten
Textverarbeitungsbibliothek
Numerik-Bibliothek
Datums- und Zeitbibliothek
Ein-/Ausgabe-Bibliothek
Dateisystembibliothek
(C++17)
Unterstützung für nebenläufige Programmierung
(C++11)
Ausführungssteuerungsbibliothek
(C++26)
Technische Spezifikationen
Symbolverzeichnis
Externe Bibliotheken
[Bearbeiten]
Diagnostik-Bibliothek
Ausnahmebehandlung
exception
uncaught_exception
uncaught_exceptions
(
bis C++20*
)
(C++17)
exception_ptr
(C++11)
make_exception_ptr
(C++11)
current_exception
(C++11)
rethrow_exception
(C++11)
nested_exception
(C++11)
throw_with_nested
(C++11)
rethrow_if_nested
(C++11)
Exception handling failures
terminate
terminate_handler
get_terminate
(C++11)
set_terminate
bad_exception
unexpected
(
bis C++17*
)
unexpected_handler
(
bis C++17*
)
get_unexpected
(
bis C++17*
)
set_unexpected
(
bis C++17*
)
Fehlernummern
Error codes
errno
Assertions
assert
Exception categories
logic_error
invalid_argument
domain_error
length_error
out_of_range
runtime_error
range_error
overflow_error
underflow_error
tx_exception
(TM TS)
System error
error_category
(C++11)
generic_category
(C++11)
system_category
(C++11)
error_condition
(C++11)
errc
(C++11)
error_code
(C++11)
system_error
(C++11)
Stacktrace
stacktrace_entry
(C++23)
basic_stacktrace
(C++23)
Debugging-Unterstützung
is_debugger_present
(C++26)
breakpoint_if_debugging
(C++26)
breakpoint
(C++26)
[Bearbeiten]
std::stacktrace_entry
Memberfunktionen
stacktrace_entry::stacktrace_entry
stacktrace_entry::operator=
Observer
stacktrace_entry::native_handle
stacktrace_entry::operator bool
Abfrage
stacktrace_entry::description
stacktrace_entry::source_file
stacktrace_entry::source_line
Nicht-Member-Funktionen
operator==
operator<=>
to_string
(std::stacktrace_entry)
operator<<
Hilfsklassen
hash
<std::stacktrace_entry>
formatter
<std::stacktrace_entry>
[Bearbeiten]
constexpr
stacktrace_entry
&
operator
=
(
const
stacktrace_entry
&
other
)
noexcept
;
(seit C++23)
Zuweisungsoperator. Ersetzt den Inhalt von
*
this
mit dem von
other
.
[
edit
]
Parameter
Sonstiges
-
ein weiteres
stacktrace_entry
, das zugewiesen werden soll
[
edit
]
Rückgabewert
*
this
.