Contract support (C++26)
From cppreference.com
< cpp
The contract support library defines several types for reporting information about contract violations.
[edit] Contract-violation information
Defined in header
<contracts> | |
Defined in namespace
std::contracts | |
(C++26) |
the type holding the contract-violation information (class) |
(C++26) |
the kind of the contract assertion violated (enum) |
(C++26) |
the evaluation semantic when the contract violation occurs (enum) |