[#mp_units-safe_int_terminate_policy] = xref:mp_units.adoc[mp_units]::safe_int_terminate_policy :relfileprefix: ../ :mrdocs: Error policy that terminates the program on overflow (always available, freestanding‐safe). == Synopsis Declared in `<mp‐units/safe_int.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct safe_int_terminate_policy : xref:mp_units/terminate_policy.adoc[terminate_policy] ---- == Base Classes [cols="1,4"] |=== |Name|Description | `xref:mp_units/terminate_policy.adoc[terminate_policy]` | Error policy that terminates the program on constraint violation (freestanding‐safe). |=== == Static Member Functions [cols=1] |=== | Name | xref:mp_units/terminate_policy/on_constraint_violation.adoc[`on_constraint_violation`] | xref:mp_units/safe_int_terminate_policy/on_overflow.adoc[`on_overflow`] |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#