次の方法で共有


error_code::message

エラー コードの名前を返します。

string message() const;

戻り値

エラー コードの名前を表す string。

解説

このメンバー関数は category().message(value())を返します。

必要条件

ヘッダー: <system_error>

名前空間: std

参照

関連項目

error_code Class