<future>

std::future_error

class future_error : public logic_error;
Future error exception

此类用于报告对 future 对象或其他可能访问 future 对象共享状态的库元素的无效操作所抛出的异常。

此类继承自 logic_error,并添加了一个 error_code 作为成员 code(并定义了一个专门的 what 成员)。

成员函数