1+ <!doctype html>
2+ < html class ="cpprefjp " lang ="ja " itemscope ="" itemtype ="http://schema.org/WebPage ">
3+ < head >
4+
5+
6+ <!-- Google tag (gtag.js) -->
7+ < script async src ="https://www.googletagmanager.com/gtag/js?id=G-NXNBNVBTJS "> </ script >
8+ < script >
9+ window . dataLayer = window . dataLayer || [ ] ;
10+ function gtag ( ) { dataLayer . push ( arguments ) ; }
11+ gtag ( 'js' , new Date ( ) ) ;
12+
13+ gtag ( 'config' , 'G-NXNBNVBTJS' ) ;
14+ </ script >
15+
16+
17+ < meta charset ="UTF-8 ">
18+
19+ < title > system_context_replaceability - cpprefjp C++日本語リファレンス</ title >
20+
21+ < meta name ="viewport " content ="width=device-width,initial-scale=1 ">
22+ < meta name ="keywords " content ="
23+ C++,標準ライブラリ,リファレンス,ドキュメント,STL,std,execution,std::execution,namespace,cpp26
24+ ">
25+ < meta name ="title " content ="system_context_replaceability - cpprefjp C++日本語リファレンス " />
26+ < meta itemprop ="name " content ="system_context_replaceability - cpprefjp C++日本語リファレンス " />
27+ < meta property ="og:title " content ="system_context_replaceability - cpprefjp C++日本語リファレンス " />
28+ < meta property ="og:url " content ="https://cpprefjp.github.io/reference/execution/execution/system_context_replaceability.html " />
29+ < meta property ="og:site_name " content ="cpprefjp - C++日本語リファレンス " />
30+ < meta property ="og:type " content ="article " />
31+ < meta property ="og:description " content ="namespace&lt;execution&gt;std::execution::system_context_replaceability(C++26) 名前空間 std::execution::system_context_replaceability では、実行制御ライブラリが提供する並列スケジューラ動作をユーザ差し替え可能とするためのエンティティ群を定義する。 namespace std " />
32+ < meta name ="twitter:card " content ="summary " />
33+ < meta name ="twitter:title " content ="system_context_replaceability - cpprefjp C++日本語リファレンス " />
34+ < meta name ="twitter:url " content ="https://cpprefjp.github.io/reference/execution/execution/system_context_replaceability.html " />
35+ < meta name ="twitter:description " content ="namespace&lt;execution&gt;std::execution::system_context_replaceability(C++26) 名前空間 std::execution::system_context_replaceability では、実行制御ライブラリが提供する並列スケジューラ動作をユーザ差し替え可能とするためのエンティティ群を定義する。 namespace std " />
36+
37+
38+ < link rel ="alternate " type ="application/atom+xml " title ="Atom " href ="https://cpprefjp.github.io/rss.xml " />
39+
40+
41+ < link rel ="apple-touch-icon " sizes ="180x180 " href ="../../../static/favicons/apple-touch-icon.png?cachebust=4e72de3088f20b2f0177531c42a1fa9d0d822e93 ">
42+ < link rel ="icon " type ="image/png " sizes ="32x32 " href ="../../../static/favicons/favicon-32x32.png?cachebust=4e72de3088f20b2f0177531c42a1fa9d0d822e93 ">
43+ < link rel ="icon " type ="image/png " sizes ="16x16 " href ="../../../static/favicons/favicon-16x16.png?cachebust=4e72de3088f20b2f0177531c42a1fa9d0d822e93 ">
44+ < link rel ="manifest " href ="../../../manifest.json?cachebust=4e72de3088f20b2f0177531c42a1fa9d0d822e93 ">
45+ < meta name ="theme-color " content ="#f5f8fc ">
46+
47+ < link rel ="stylesheet " href ="../../../static/pygments/default.css?cachebust=4e72de3088f20b2f0177531c42a1fa9d0d822e93 ">
48+ <!-- <link rel="stylesheet" href="../../../static/css/root.css"> -->
49+
50+
51+
52+
53+
54+ < link href ="../../../static/kunai/css/kunai-stage-0.css?cachebust=4e72de3088f20b2f0177531c42a1fa9d0d822e93 " rel ="stylesheet ">
55+ < link href ="../../../static/kunai/css/kunai-stage-1.css?cachebust=4e72de3088f20b2f0177531c42a1fa9d0d822e93 " rel ="stylesheet ">
56+ < link href ="../../../static/kunai/css/kunai-stage-2.css?cachebust=4e72de3088f20b2f0177531c42a1fa9d0d822e93 " rel ="stylesheet ">
57+ < link href ="../../../static/kunai/css/kunai-stage-3.css?cachebust=4e72de3088f20b2f0177531c42a1fa9d0d822e93 " rel ="stylesheet ">
58+
59+ < script type ="text/javascript " src ="../../../static/kunai/js/kunai-vendor.js?cachebust=4e72de3088f20b2f0177531c42a1fa9d0d822e93 "> </ script >
60+ < script type ="text/javascript " src ="../../../static/kunai/js/kunai.js?cachebust=4e72de3088f20b2f0177531c42a1fa9d0d822e93 "> </ script >
61+
62+ < script type ="text/javascript ">
63+ document . addEventListener ( 'DOMContentLoaded' , function ( ) {
64+ var kn = new Kunai ;
65+ kn . cpprefjp ( ) ;
66+ } ) ;
67+ </ script >
68+
69+ </ head >
70+ < body >
71+ < header data-kunai-mdinfo ="{"meta": {"header": ["execution"], "namespace": ["std::execution"], "id-type": ["namespace"], "cpp": ["cpp26"]}, "sources": [], "page_id": ["reference", "execution", "execution", "system_context_replaceability"]} ">
72+ < nav class ="navbar navbar-default " role ="navigation ">
73+ < div class ="container-fluid ">
74+ < div class ="navbar-header ">
75+ < button type ="button " class ="navbar-toggle collapsed " data-toggle ="collapse " data-target ="#navbar-collapse ">
76+ < span class ="sr-only "> Toggle navigation</ span >
77+ < span class ="icon-bar "> </ span >
78+ < span class ="icon-bar "> </ span >
79+ < span class ="icon-bar "> </ span >
80+ </ button >
81+ < a class ="navbar-brand " href ="../../../index.html ">
82+ < div class ="title-wrapper clearfix ">
83+ < div class ="title "> cpprefjp - C++日本語リファレンス</ div >
84+ </ div >
85+ </ a >
86+ </ div >
87+
88+ < div class ="collapse navbar-collapse " id ="navbar-collapse ">
89+ < ul class ="nav navbar-nav navbar-right ">
90+ < li >
91+ < div class ="google-search ">
92+
93+
94+ < script >
95+ ( function ( ) {
96+ var cx = '013316413321391058734:ji_u66hl7hq' ;
97+ var gcse = document . createElement ( 'script' ) ;
98+ gcse . type = 'text/javascript' ;
99+ gcse . async = true ;
100+ gcse . src = ( document . location . protocol == 'https:' ? 'https:' : 'http:' ) +
101+ '//www.google.com/cse/cse.js?cx=' + cx ;
102+ var s = document . getElementsByTagName ( 'script' ) [ 0 ] ;
103+ s . parentNode . insertBefore ( gcse , s ) ;
104+ } ) ( ) ;
105+ </ script >
106+ < div class ="gcse-search "> </ div >
107+
108+
109+ </ div >
110+ </ li >
111+ < li >
112+ < a href ="https://github.com/cpprefjp/site "> GitHub Project</ a >
113+ </ li >
114+ </ ul >
115+ </ div >
116+ </ div >
117+ </ nav >
118+ </ header >
119+
120+ < main id ="main " role ="main ">
121+ < div class ="container-fluid ">
122+ < div class ="row ">
123+ < div class ="col-sm-9 col-sm-push-3 " itemscope itemtype ="http://schema.org/Article ">
124+ < div class ="row ">
125+ < div class ="col-sm-12 google-search-result ">
126+ < gcse:searchresults > </ gcse:searchresults >
127+ </ div >
128+ </ div >
129+ < div class ="row ">
130+ < div class ="col-sm-12 content-header ">
131+
132+ < ol class ="breadcrumb ">
133+
134+ < li itemscope itemtype ="http://www.schema.org/SiteNavigationElement ">
135+ < span >
136+
137+ < a href ="../../../index.html " itemprop ="url ">
138+
139+ < i class ="fa fa-fw fa-home "> </ i >
140+
141+ </ a >
142+
143+ </ span >
144+ </ li >
145+
146+ < li itemscope itemtype ="http://www.schema.org/SiteNavigationElement ">
147+ < span >
148+
149+ < a href ="../../../reference.html " itemprop ="url ">
150+
151+ < span itemprop ="name "> リファレンス</ span >
152+
153+ </ a >
154+
155+ </ span >
156+ </ li >
157+
158+ < li itemscope itemtype ="http://www.schema.org/SiteNavigationElement ">
159+ < span >
160+
161+ < a href ="../../../reference/execution.html " itemprop ="url ">
162+
163+ < span itemprop ="name "> execution</ span >
164+
165+ </ a >
166+
167+ </ span >
168+ </ li >
169+
170+ < li itemscope itemtype ="http://www.schema.org/SiteNavigationElement ">
171+ < span >
172+
173+ < a href ="../../../reference/execution/execution.html " itemprop ="url ">
174+
175+ < span itemprop ="name "> execution</ span >
176+
177+ </ a >
178+
179+ </ span >
180+ </ li >
181+
182+ < li class ="active " itemscope itemtype ="http://www.schema.org/SiteNavigationElement ">
183+ < span >
184+
185+
186+ < span itemprop ="name "> system_context_replaceability</ span >
187+
188+
189+ </ span >
190+ </ li >
191+
192+ </ ol >
193+ < div class ="crsearch "> </ div >
194+
195+ </ div >
196+ </ div >
197+ < div class ="row ">
198+ < div class ="col-sm-12 edit-button ">
199+
200+
201+ < p class ="text-right "> < small >
202+ 最終更新日時(UTC):
203+ < span itemprop ="datePublished " content ="2025-08-26T16:38:32 ">
204+ 2025年08月26日 16時38分32秒
205+ </ span >
206+ < br />
207+ < span itemprop ="author " itemscope itemtype ="http://schema.org/Person ">
208+ < span itemprop ="name "> yoh</ span >
209+ </ span >
210+ が更新
211+ </ small > </ p >
212+
213+
214+ < p class ="text-right ">
215+ < a class ="history " target ="_blank " href ="https://github.com/cpprefjp/site/commits/master/reference/execution/execution/system_context_replaceability.md ">
216+ < span class ="fa fa-fw fa-clock-o fa-flip-horizontal "> </ span > 履歴
217+ </ a >
218+ < a class ="edit " target ="_blank " href ="https://github.com/cpprefjp/site/edit/master/reference/execution/execution/system_context_replaceability.md ">
219+ < span class ="fa fa-fw fa-pencil "> </ span > 編集
220+ </ a >
221+ </ p >
222+ </ div >
223+ </ div >
224+ < div class ="row ">
225+ < div class ="col-sm-12 content-body ">
226+
227+ < div class ="identifier-type "> namespace</ div > < div class ="header "> <execution></ div > < h1 itemprop ="name "> < span class ="namespace " title ="namespace std::execution "> std::execution::</ span > < span class ="token "> system_context_replaceability</ span > < span class ="cpp cpp26 " title ="C++26で追加 "> (C++26)</ span > </ h1 >
228+ < div itemprop ="articleBody "> < p > 名前空間 < code > std::execution::system_context_replaceability</ code > では、< a href ="../execution.html "> 実行制御ライブラリ</ a > が提供する< span href ="https://cpprefjp.github.io/reference/execution/execution/parallel_scheduler.md.nolink "> 並列スケジューラ</ span > 動作をユーザ差し替え可能とするためのエンティティ群を定義する。</ p >
229+ < p > < div class ="codehilite "> < pre > < span > </ span > < code > < span class ="k "> namespace</ span > < span class ="n "> std</ span > < span class ="o "> ::</ span > < span class ="n "> execution</ span > < span class ="o "> ::</ span > < span class ="n "> system_context_replaceability</ span > < span class ="p "> {</ span >
230+ < span class ="err "> …</ span >
231+ < span class ="p "> }</ span >
232+ </ code > </ pre > </ div >
233+ </ p >
234+ < table border ="1 " bordercolor ="#888 " style ="border-collapse:collapse ">
235+ < thead >
236+ < tr >
237+ < th > 名前</ th >
238+ < th > 説明</ th >
239+ < th > 対応バージョン</ th >
240+ </ tr >
241+ </ thead >
242+ < tbody >
243+ < tr >
244+ < td > < code > < span href ="https://cpprefjp.github.io/reference/execution/execution/system_context_replaceability/receiver_proxy.md.nolink "> receiver_proxy</ span > </ code > </ td >
245+ < td > バックエンド実装用のReceiverプロキシ (class)</ td >
246+ < td > C++26</ td >
247+ </ tr >
248+ < tr >
249+ < td > < code > < span href ="https://cpprefjp.github.io/reference/execution/execution/system_context_replaceability/bulk_item_receiver_proxy.md.nolink "> bulk_item_receiver_proxy</ span > </ code > </ td >
250+ < td > バックエンド実装用のバルク処理Receiverプロキシ (class)</ td >
251+ < td > C++26</ td >
252+ </ tr >
253+ < tr >
254+ < td > < code > < span href ="https://cpprefjp.github.io/reference/execution/execution/system_context_replaceability/parallel_scheduler_backend.md.nolink "> parallel_scheduler_backend</ span > </ code > </ td >
255+ < td > 並列スケジューラバックエンド (class)</ td >
256+ < td > C++26</ td >
257+ </ tr >
258+ < tr >
259+ < td > < code > < span href ="https://cpprefjp.github.io/reference/execution/execution/system_context_replaceability/query_parallel_scheduler_backend.md.nolink "> query_parallel_scheduler_backend</ span > </ code > </ td >
260+ < td > 並列スケジューラバックエンドを問い合わせ (function)</ td >
261+ < td > C++26</ td >
262+ </ tr >
263+ </ tbody >
264+ </ table >
265+ < h2 > バージョン</ h2 >
266+ < h3 > 言語</ h3 >
267+ < ul >
268+ < li > C++26</ li >
269+ </ ul >
270+ < h2 > 参照</ h2 >
271+ < ul >
272+ < li > < a href ="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html " target ="_blank "> P2300R10 < code > std::execution</ code > </ a > </ li >
273+ < li > < a href ="https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p2079r10.html " target ="_blank "> P2079R10 Parallel scheduler</ a > </ li >
274+ </ ul > </ div >
275+
276+ </ div >
277+ </ div >
278+ </ div >
279+
280+
281+ < div id ="sidebar " class ="col-sm-3 col-sm-pull-9 ">
282+ </ div >
283+
284+
285+ </ div >
286+ </ div >
287+ </ main >
288+ < footer class ="footer navbar navbar-default ">
289+ < div class ="container-fluid ">
290+ < p > < small >
291+ 本サイトの情報は、
292+ < a href ="https://creativecommons.org/licenses/by/3.0/deed.ja " rel ="nofollow "> クリエイティブ・コモンズ 表示 3.0 非移植 ライセンス(CC BY)</ a >
293+ の下に提供されています。
294+ </ small > </ p >
295+ </ div >
296+ </ footer >
297+ </ body >
298+ </ html >
0 commit comments