future_error
類別
描述可由管理 future
物件之類型的方法擲回的例外狀況物件。
語法
class future_error : public logic_error {
public:
future_error(error_code code);
const error_code& code() const throw();
const char *what() const throw();
};
需求
標頭: <future>
命名空間:std