Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::error_code::clear

      From cppreference.com
      <cpp‎ |error‎ |error code
       
       
      Utilities library
       
      Diagnostics library
       
       
      void clear()noexcept;
      (since C++11)

      Replaces the error code and error category with default values.

      Equivalent to*this= error_code(0,std::system_category()).

      [edit]Parameters

      (none)

      [edit]Return value

      (none)

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

      [8]ページ先頭

      ©2009-2025 Movatter.jp