22<feed xmlns =" http://www.w3.org/2005/Atom" >
33 <title >cpprefjp - C++日本語リファレンス</title >
44 <link href =" https://cpprefjp.github.io" />
5- <updated >2026-04-20T03:10:35.806818 </updated >
6- <id >9310aac3-2767-43c3-acbd-2723e274ba4e </id >
5+ <updated >2026-04-20T05:32:22.181943 </updated >
6+ <id >ba13eace-a4da-4777-9ddc-2b20079f1bf3 </id >
77
88
9+ <entry >
10+ <title >exponential_distribution -- exponential_distribution : リンク切れをArchiveに切り替え #1614 #1594</title >
11+ <link href =" https://cpprefjp.github.io/reference/random/exponential_distribution.html" />
12+ <id >d4f92772308029a75de90c53d5ca08edf38b882d:reference/random/exponential_distribution.md</id >
13+ <updated >2026-04-20T14:28:07+09:00</updated >
14+
15+ <summary type =" html" >< pre>< code> diff --git a/reference/random/exponential_distribution.md b/reference/random/exponential_distribution.md
16+ index 5475611b4..b8f051c5c 100644
17+ --- a/reference/random/exponential_distribution.md
18+ +++ b/reference/random/exponential_distribution.md
19+ @@ -189,5 +189,5 @@ Phone call after 2.60918 minute wait
20+ ### 参考
21+ - [指数分布 - Wikipedia](https://ja.wikipedia.org/wiki/指数分布)
22+ - [指数分布 - NtRand](http://www.ntrand.com/jp/exponential-distribution/)
23+ -- [指数分布 - 統計学自習ノート](http://aoki2.si.gunma-u.ac.jp/lecture/Bunpu/exponential.html)
24+ +- [指数分布 - 統計学自習ノート](https://web.archive.org/web/20241204102039/http://aoki2.si.gunma-u.ac.jp/lecture/Bunpu/exponential.html)
25+ - [指数分布とポアソン分布のいけない関係](http://www.slideshare.net/teramonagi/ss-11296227)
26+ < /code>< /pre> </summary >
27+
28+ <author >
29+ <name >Akira Takahashi</name >
30+ <email >faithandbrave@gmail.com</email >
31+ </author >
32+ </entry >
33+
934 <entry >
1035 <title >count -- Merge pull request #1612 from yknishidate/fix_cpp_version</title >
1136 <link href =" https://cpprefjp.github.io/reference/algorithm/count.html" />
@@ -2530,31 +2555,4 @@ index 2f86c5121..c4ffe7cc4 100644
25302555 </author >
25312556 </entry >
25322557
2533- <entry >
2534- <title >コンセプトと変数テンプレートをテンプレート引数として渡せるようにする [P2841R7] -- リンクミスを修正 #1609</title >
2535- <link href =" https://cpprefjp.github.io/lang/cpp26/concept_and_variable-template_template-parameters.html" />
2536- <id >33bac4efcd70c7e2cfa6a03e8f8a8350e41598af:lang/cpp26/concept_and_variable-template_template-parameters.md</id >
2537- <updated >2026-04-13T13:57:54+09:00</updated >
2538-
2539- <summary type =" html" >< pre>< code> diff --git a/lang/cpp26/concept_and_variable-template_template-parameters.md b/lang/cpp26/concept_and_variable-template_template-parameters.md
2540- index 6775b7bcb..01bacb7be 100644
2541- --- a/lang/cpp26/concept_and_variable-template_template-parameters.md
2542- +++ b/lang/cpp26/concept_and_variable-template_template-parameters.md
2543- @@ -86,7 +86,7 @@ C++23でこれらをテンプレート引数として渡すためには、`stati
2544- - コンセプトの簡略構文 (terse syntax) や包摂 (subsumption) の恩恵を受けられない
2545- - APIに不必要な複雑性を追加する
2546-
2547- -この提案は、[P1985R3 Universal Template Parameters](https://open-std.org/jtc1/sc22/wg21/docs/papers/2020/p1985r3.pdf)のサブセットとして、コンセプトと変数テンプレートに対するテンプレートテンプレートパラメータのサポートを先行して追加するものである。
2548- +この提案は、[P1985R3 Universal Template Parameters](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p1985r3.pdf)のサブセットとして、コンセプトと変数テンプレートに対するテンプレートテンプレートパラメータのサポートを先行して追加するものである。
2549-
2550-
2551- ## & lt;a id=& #34;relative-page& #34; href=& #34;#relative-page& #34;& gt;関連項目& lt;/a& gt;
2552- < /code>< /pre> </summary >
2553-
2554- <author >
2555- <name >Akira Takahashi</name >
2556- <email >faithandbrave@gmail.com</email >
2557- </author >
2558- </entry >
2559-
25602558</feed >
0 commit comments