Error policy that terminates the program on overflow (always available, freestanding‐safe).
Synopsis
Declared in <mp‐units/utility/safe_int.h>
struct safe_int_terminate_policy
: terminate_policy
Base Classes
Name |
Description |
Error policy that terminates the program on constraint violation (freestanding‐safe). |
Static Member Functions
Name |
Description |
|
Reports a constraint violation by terminating the program. |
|
Terminates the program by aborting; called by |
Created with MrDocs