次の方法で共有


future_error クラス

今後 オブジェクトを管理する型のメソッドによってスローすることのできる例外オブジェクトを表します。

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

参照

関連項目

logic_error クラス

error_code クラス

その他の技術情報

C++ 標準ライブラリのヘッダー ファイル