future_error
-Klasse
Beschreibt ein Ausnahmeobjekt, das von Methoden des future
-Objekte verwaltenden Typs ausgelöst werden.
Syntax
class future_error : public logic_error {
public:
future_error(error_code code);
const error_code& code() const throw();
const char *what() const throw();
};
Anforderungen
Header: <future>
Namespace:std