Třída future_error
Popisuje objekt výjimky, který může být vyvolán metodami typů, které spravují future
objekty.
Syntaxe
class future_error : public logic_error {
public:
future_error(error_code code);
const error_code& code() const throw();
const char *what() const throw();
};
Požadavky
Záhlaví: <future>
Obor názvů: std
Viz také
Referenční informace k souborům hlaviček
Třída logic_error
Třída error_code