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