Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::error_code::message

      From cppreference.com
      <cpp‎ |error‎ |error code
       
       
      Utilities library
       
      Diagnostics library
       
       
      std::string message()const;
      (since C++11)

      Returns the message corresponding to the current error code value and category.

      Equivalent tocategory().message(value()).

      [edit]Parameters

      (none)

      [edit]Return value

      The error message corresponding to the current error code value and category.

      [edit]Exceptions

      May throw implementation-defined exceptions.

      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/error/error_code/message&oldid=168927"

      [8]ページ先頭

      ©2009-2025 Movatter.jp