Namespaces
Variants

std::error_code:: default_error_condition

From cppreference.net
Utilities library
std:: error_condition default_error_condition ( ) const noexcept ;
(seit C++11)

Gibt die Standard-Fehlermeldung für den aktuellen Fehlerwert zurück.

Entspricht category ( ) . default_error_condition ( value ( ) ) .

Parameter

(keine)

Rückgabewert

Der Standardfehlerzustand für den aktuellen Fehlerwert.