Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::error_condition::message

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

      Returns an explanatory message for the stored error value and error category. Effectively callscategory().message(value()).

      Contents

      [edit]Parameters

      (none)

      [edit]Return value

      An explanatory message for the stored error value and error category.

      [edit]Exceptions

      May throw implementation-defined exceptions.

      [edit]See also

      [virtual]
      obtains the explanatory string
      (virtual public member function ofstd::error_category)[edit]
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/error/error_condition/message&oldid=160910"

      [8]ページ先頭

      ©2009-2026 Movatter.jp