Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::get_terminate

      From cppreference.com
      <cpp‎ |error
       
       
      Diagnostics library
       
      Defined in header<exception>
      std::terminate_handler get_terminate()noexcept;
      (since C++11)

      Returns the currently installedstd::terminate_handler, which may be a null pointer.

      This function is thread-safe. Prior call tostd::set_terminatesynchronizes-with (seestd::memory_order) this function.

      Contents

      [edit]Parameters

      (none)

      [edit]Return value

      The currently installedstd::terminate_handler.

      [edit]Example

      This section is incomplete
      Reason: no example

      [edit]See also

      the type of the function called bystd::terminate
      (typedef)[edit]
      changes the function to be called bystd::terminate
      (function)[edit]
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/error/get_terminate&oldid=173428"

      [8]ページ先頭

      ©2009-2025 Movatter.jp