Skip to content

Commit 2e95d15

Browse files
committed
execution/query-with-default: #1672に関する注釈
1 parent a6d3671 commit 2e95d15

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

reference/execution/execution/query-with-default.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ constexpr decltype(auto) query-with-default(
1111
Tag, const Env& env, Default&& value) noexcept(see below);
1212
```
1313
14+
<!-- see https://github.com/cpprefjp/site/pull/1672 -->
15+
1416
## 概要
1517
`query-with-default`は、Senderアルゴリズム動作仕様定義で用いられる説明専用の関数テンプレートである。
1618
@@ -30,10 +32,5 @@ noexcept節の式は`noexcept(e)`となる。
3032
- C++26
3133
3234
33-
## 関連項目
34-
- [`execution::on`](on.md)
35-
36-
3735
## 参照
38-
- [P2999R3 Sender Algorithm Customization](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2999r3.html)
3936
- [P2300R10 `std::execution`](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html)

0 commit comments

Comments
 (0)