Share via


generic_errno

すべてのエラー コードのマクロにシンボル名を指定する列挙体を表す型は <errno.h>の Posix で定義されています。

typedef errc generic_error;

解説

型は errcのシノニムです。

必要条件

ヘッダー: <system_error>

名前空間: std

参照

関連項目

<system_error>