Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      Standard library header <csetjmp>

      From cppreference.com
      <cpp‎ |header
       
       
      Standard library headers
       

      This header was originally in the C standard library as<setjmp.h>.

      This header is part of theprogram support library.

      Contents

      Types

      execution context type
      (typedef)[edit]

      Macros

      saves the context
      (function macro)[edit]

      Functions

      jumps to specified location
      (function)[edit]

      [edit]Synopsis

      namespace std{using jmp_buf=/* see description */;[[noreturn]]void longjmp(jmp_buf env,int val);}#define setjmp(env) /* see description */
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/header/csetjmp&oldid=180106"

      [8]ページ先頭

      ©2009-2025 Movatter.jp