Files
cppdraft_translate/cppdraft/support/contract/invoke.md
2025-10-25 03:02:53 +03:00

20 lines
637 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[support.contract.invoke]
# 17 Language support library [[support]](./#support)
## 17.10 Contract-violation handling [[support.contract]](support.contract#invoke)
### 17.10.4 Invoke default handler [support.contract.invoke]
[🔗](#itemdecl:1)
`void invoke_default_contract_violation_handler(const contract_violation& v);
`
[1](#1)
[#](http://github.com/Eelis/draft/tree/9adde4bc1c62ec234483e63ea3b70a59724c745a/source/support.tex#L4638)
*Effects*: Invokes the default contract-violation handler ([[basic.contract.handler]](basic.contract.handler "6.11.3Contract-violation handler"))
with the argument v[.](#1.sentence-1)