description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|---|
Learn more about: <csetjmp> |
<csetjmp> |
11/04/2016 |
|
|
8f21fddd-5e9b-4219-a848-581cdd3569d9 |
Includes the Standard C library header <setjmp.h> and adds the associated names to the std
namespace.
#include <csetjmp>
using jmp_buf = see below;
[[noreturn]] void longjmp(jmp_buf env, int val);
#define setjmp(env)
Including this header ensures that the names declared using external linkage in the Standard C library header are declared in the std
namespace.
Header Files Reference
C++ Standard Library Overview
Thread Safety in the C++ Standard Library