File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ namespace std::contracts {
2626## メンバ関数
2727| 名前 | 説明 | 対応バージョン |
2828| ---- | ---- | ---- |
29- | [`comment`](contracts/ contract_violation/comment.md) | 契約違反の詳細を記録したchar列を返す | C++26 |
30- | [`detection_mode`](contracts/ contract_violation/detection_mode.md) | 契約違反が特定された方法を返す | C++26 |
31- | [`evaluation_exception`](contracts/ contract_violation/evaluation_exception.md) | 契約が例外を飛ばしたことによって終了した場合の例外へのポインタ | C++26 |
32- | [`is_terminating`](contracts/ contract_violation/is_terminating.md) | 契約違反によってプログラムがターミネートされるかを返す | C++26|
33- | [`kind`](contracts/ contract_violation/kind.md) | 違反した契約の種類 | C++26|
34- | [`location`](contracts/ contract_violation/location.md) | 契約違反が発生したソースコードの位置 | C++26|
35- | [`semantic`](contracts/ contract_violation/semantic.md) | 契約の評価方法 | C++26|
29+ | [`comment`](contract_violation/comment.md) | 契約違反の詳細を記録したchar列を返す | C++26 |
30+ | [`detection_mode`](contract_violation/detection_mode.md) | 契約違反が特定された方法を返す | C++26 |
31+ | [`evaluation_exception`](contract_violation/evaluation_exception.md) | 契約が例外を飛ばしたことによって終了した場合の例外へのポインタ | C++26 |
32+ | [`is_terminating`](contract_violation/is_terminating.md) | 契約違反によってプログラムがターミネートされるかを返す | C++26|
33+ | [`kind`](contract_violation/kind.md) | 違反した契約の種類 | C++26|
34+ | [`location`](contract_violation/location.md) | 契約違反が発生したソースコードの位置 | C++26|
35+ | [`semantic`](contract_violation/semantic.md) | 契約の評価方法 | C++26|
3636
3737## 参照
3838- [Contracts for C++](https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p2900r14.pdf)
You can’t perform that action at this time.
0 commit comments