Namespaces
Variants
Actions

SIG_DFL, SIG_IGN

From cppreference.com
< cpp‎ | utility‎ | program
 
 
Utilities library
General utilities
Relational operators (deprecated in C++20)
(C++20)(C++20)(C++20)  
(C++20)
(C++20)
(C++14)
(C++11)
(C++11)
(C++23)
(C++11)
(C++17)
Common vocabulary types
(C++11)
(C++17)
(C++17)
(C++17)
(C++11)
(C++17)
(C++23)


 
 
Defined in header <csignal>
#define SIG_DFL /*implementation defined*/
#define SIG_IGN /*implementation defined*/

The SIG_DFL and SIG_IGN macros expand into integral expressions that are not equal to an address of any function. The macros define signal handling strategies for std::signal () function.

Constant Explanation
SIG_DFL default signal handling
SIG_IGN signal is ignored

[edit] See also

C documentation for SIG_DFL, SIG_IGN
Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/utility/program/SIG_strategies&oldid=161400"

AltStyle によって変換されたページ (->オリジナル) /