Error::c_str Method
エラーを表す文字列を返します。
構文
const char* c_str() const;
備考
エラーを表すNULL終端の文字列へのポインタ。
関連項目
Errorクラスライブラリリファレンス>クラス>Error, Error::getStringクラスライブラリリファレンス>クラス>Error>Error::getString Method, operator const char*クラスライブラリリファレンス>クラス>Error>Error::operator const char* Method, Error::operator std::stringクラスライブラリリファレンス>クラス>Error>Error::operator std::string Method, Error::toStringクラスライブラリリファレンス>クラス>Error>Error::toString Method