「cpp/error/system error」の版間の差分
提供: cppreference.com
細 (r2.7.3) (ロボットによる 追加: de, en, es, fr, it, pt, ru, zh) |
細 (Use {{lc}}. Update links. Various fixes.) |
||
2行: | 2行: | ||
{{cpp/title|system_error}} | {{cpp/title|system_error}} | ||
{{cpp/error/navbar}} | {{cpp/error/navbar}} | ||
− | {{ | + | {{begin}} |
− | {{ | + | {{header | system_error}} |
− | {{ | + | {{| =c++11 | 1= |
class system_error; | class system_error; | ||
}} | }} | ||
− | {{ | + | {{end}} |
− | {{tr|{{tt|std::system_error}}例外が報告される必要が関連付けられている{{ | + | {{tr|{{tt|std::system_error}}例外が報告される必要が関連付けられている{{|std::thread}}を持ってさまざまなライブラリ関数(通常はOSの設備を備えたインタフェースは、{{|std::error_code}}のコンストラクタを例えばする関数)によってスローされた例外の型です.|{{tt|std::system_error}} is the type of the exception thrown by various library functions (typically the functions that interface with the OS facilities, e.g. the constructor of {{|std::thread}}), when the exception has an associated {{|std::error_code}} which needs to be reported.}} |
{{inheritance diagram/std-system_error}} | {{inheritance diagram/std-system_error}} | ||
===メンバ関数=== | ===メンバ関数=== | ||
− | {{ | + | {{begin}} |
− | {{ | + | {{| cpp/error/system_error/constructor}} |
− | {{ | + | {{| cpp/error/system_error/code}} |
− | {{ | + | {{| cpp/error/system_error/what}} |
− | {{ | + | {{end}} |
{{cpp/error/exception/inherit}} | {{cpp/error/exception/inherit}} |
2013年7月2日 (火) 13:04時点における版
![]() |
このページは、Google 翻訳を使って英語版から機械翻訳されました。
翻訳には誤りや奇妙な言い回しがあるかもしれません。文章の上にポインタをおくと、元の文章が見れます。誤りを修正して翻訳を改善する手助けをしてください。翻訳についての説明は、ここをクリックしてください。 |