名前空間
変種
操作

「cpp/error/system error」の版間の差分

提供: cppreference.com
< cpp‎ | error
(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}}
{{ddcl list begin}}
+
{{begin}}
{{ddcl list header | system_error}}
+
{{header | system_error}}
{{ddcl list item | notes={{mark since c++11}} | 1=
+
{{| =c++11 | 1=
 
class system_error;
 
class system_error;
 
}}
 
}}
{{ddcl list end}}
+
{{end}}
  
{{tr|{{tt|std::system_error}}例外が報告される必要が関連付けられている{{c|std::thread}}を持ってさまざまなライブラリ関数(通常はOSの設備を備えたインタフェースは、{{c|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 {{c|std::thread}}), when the exception has an associated {{c|std::error_code}} which needs to be reported.}}
+
{{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}}
  
 
===メンバ関数===
 
===メンバ関数===
{{dcl list begin}}
+
{{begin}}
{{dcl list template | cpp/error/system_error/dcl list constructor}}
+
{{| cpp/error/system_error/constructor}}
{{dcl list template | cpp/error/system_error/dcl list code}}
+
{{| cpp/error/system_error/code}}
{{dcl list template | cpp/error/system_error/dcl list what}}
+
{{| cpp/error/system_error/what}}
{{dcl list end}}
+
{{end}}
  
 
{{cpp/error/exception/inherit}}
 
{{cpp/error/exception/inherit}}

2013年7月2日 (火) 13:04時点における版