RenΓ©'s URL Explorer Experiment


Title: [algorithms.parallel]

direct link

Domain: timsong-cpp.github.io

Links:

[algorithms]https://timsong-cpp.github.io/cppwp/#algorithms
[algorithms.parallel.defns]https://timsong-cpp.github.io/cppwp/algorithms.parallel#defns
[algorithms.parallel.user]https://timsong-cpp.github.io/cppwp/algorithms.parallel#user
[algorithms.parallel.exec]https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec
[algorithms.parallel.exceptions]https://timsong-cpp.github.io/cppwp/algorithms.parallel#exceptions
[algorithms.parallel.overloads]https://timsong-cpp.github.io/cppwp/algorithms.parallel#overloads
[execpol]https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol
[execpol.general]https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.general
[execpol.type]https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.type
[execpol.seq]https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.seq
[execpol.par]https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.par
[execpol.parunseq]https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.parunseq
[execpol.unseq]https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.unseq
[execpol.objects]https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.objects
26.3.1https://timsong-cpp.github.io/cppwp/algorithms.parallel#defns
[algorithms.parallel.defns]https://timsong-cpp.github.io/cppwp/algorithms.parallel.defns
1https://timsong-cpp.github.io/cppwp/algorithms.parallel#defns-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L289
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#defns-1.sentence-1
2https://timsong-cpp.github.io/cppwp/algorithms.parallel#defns-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L293
parallel algorithmhttps://timsong-cpp.github.io/cppwp/algorithms.parallel#def:parallel_algorithm
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel#concept:execution-policy
execution policy template parameterhttps://timsong-cpp.github.io/cppwp/algorithms.parallel#def:template_parameter,execution_policy
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#defns-2.sentence-2
3https://timsong-cpp.github.io/cppwp/algorithms.parallel#defns-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L303
(3.1)https://timsong-cpp.github.io/cppwp/algorithms.parallel#defns-3.1
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#defns-3.1.sentence-1
(3.2)https://timsong-cpp.github.io/cppwp/algorithms.parallel#defns-3.2
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#defns-3.2.sentence-1
(3.3)https://timsong-cpp.github.io/cppwp/algorithms.parallel#defns-3.3
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#defns-3.3.sentence-1
(3.4)https://timsong-cpp.github.io/cppwp/algorithms.parallel#defns-3.4
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#defns-3.4.sentence-1
1https://timsong-cpp.github.io/cppwp/algorithms.parallel#defns-note-1
[algorithms.requirements]https://timsong-cpp.github.io/cppwp/algorithms.requirements
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#defns-3.4.sentence-2
element access functionshttps://timsong-cpp.github.io/cppwp/algorithms.parallel#def:element_access_functions
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#defns-3.sentence-2
4https://timsong-cpp.github.io/cppwp/algorithms.parallel#defns-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L324
1https://timsong-cpp.github.io/cppwp/algorithms.parallel#defns-example-1
(4.1)https://timsong-cpp.github.io/cppwp/algorithms.parallel#defns-4.1
[random.access.iterators]https://timsong-cpp.github.io/cppwp/random.access.iterators
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#defns-4.1.sentence-1
(4.2)https://timsong-cpp.github.io/cppwp/algorithms.parallel#defns-4.2
[sort]https://timsong-cpp.github.io/cppwp/sort
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#defns-4.2.sentence-1
(4.3)https://timsong-cpp.github.io/cppwp/algorithms.parallel#defns-4.3
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#defns-4.3.sentence-1
5https://timsong-cpp.github.io/cppwp/algorithms.parallel#defns-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L340
vectorization-unsafehttps://timsong-cpp.github.io/cppwp/algorithms.parallel#def:vectorization-unsafe
[atomics.order]https://timsong-cpp.github.io/cppwp/atomics.order
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#defns-5.sentence-1
2https://timsong-cpp.github.io/cppwp/algorithms.parallel#defns-note-2
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#defns-5.sentence-2
2https://timsong-cpp.github.io/cppwp/algorithms.parallel#defns-example-2
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#defns-5.sentence-3
26.3.2https://timsong-cpp.github.io/cppwp/algorithms.parallel#user
[algorithms.parallel.user]https://timsong-cpp.github.io/cppwp/algorithms.parallel.user
1https://timsong-cpp.github.io/cppwp/algorithms.parallel#user-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L372
regular_invocablehttps://timsong-cpp.github.io/cppwp/concept.regularinvocable#concept:regular_invocable
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#user-1.sentence-1
26.3.3https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec
[algorithms.parallel.exec]https://timsong-cpp.github.io/cppwp/algorithms.parallel.exec
1https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L395
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-1.sentence-1
2https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L400
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-2.sentence-1
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-2.sentence-2
1https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-note-1
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-2.sentence-3
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-2.sentence-4
3https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L416
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-3.sentence-1
2https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-note-2
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-3.sentence-2
[refwrap]https://timsong-cpp.github.io/cppwp/refwrap
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-3.sentence-3
4https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L431
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-4.sentence-1
3https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-note-3
[intro.execution]https://timsong-cpp.github.io/cppwp/intro.execution
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-4.sentence-2
5https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L439
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-5.sentence-1
4https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-note-4
[intro.execution]https://timsong-cpp.github.io/cppwp/intro.execution
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-5.sentence-2
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-5.sentence-3
5https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-note-5
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-5.sentence-4
6https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L462
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-6.sentence-1
[thread.thread.class]https://timsong-cpp.github.io/cppwp/thread.thread.class
[thread.jthread.class]https://timsong-cpp.github.io/cppwp/thread.jthread.class
[intro.progress]https://timsong-cpp.github.io/cppwp/intro.progress
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-6.sentence-2
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-6.sentence-3
6https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-note-6
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-6.sentence-4
1https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-example-1
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-6.sentence-5
2https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-example-2
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-6.sentence-6
3https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-example-3
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-6.sentence-7
7https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L522
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-7.sentence-1
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-7.sentence-2
7https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-note-7
[intro.execution]https://timsong-cpp.github.io/cppwp/intro.execution
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-7.sentence-3
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-7.sentence-4
8https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-note-8
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-7.sentence-5
8https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L549
9https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-note-9
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-8.sentence-1
9https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-9
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L560
(9.1)https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-9.1
[intro.progress]https://timsong-cpp.github.io/cppwp/intro.progress
(9.2)https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-9.2
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-9.sentence-1
10https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-note-10
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-9.sentence-2
10https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-10
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L582
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#exec-10.sentence-1
26.3.4https://timsong-cpp.github.io/cppwp/algorithms.parallel#exceptions
[algorithms.parallel.exceptions]https://timsong-cpp.github.io/cppwp/algorithms.parallel.exceptions
1https://timsong-cpp.github.io/cppwp/algorithms.parallel#exceptions-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L590
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#exceptions-1.sentence-1
2https://timsong-cpp.github.io/cppwp/algorithms.parallel#exceptions-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L595
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#exceptions-2.sentence-1
26.3.5https://timsong-cpp.github.io/cppwp/algorithms.parallel#overloads
[algorithms.parallel.overloads]https://timsong-cpp.github.io/cppwp/algorithms.parallel.overloads
1https://timsong-cpp.github.io/cppwp/algorithms.parallel#overloads-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L602
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#overloads-1.sentence-1
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#overloads-1.sentence-2
1https://timsong-cpp.github.io/cppwp/algorithms.parallel#overloads-note-1
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#overloads-1.sentence-3
2https://timsong-cpp.github.io/cppwp/algorithms.parallel#overloads-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L612
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#overloads-2.sentence-1
3https://timsong-cpp.github.io/cppwp/algorithms.parallel#overloads-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L618
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#overloads-3.sentence-1
4https://timsong-cpp.github.io/cppwp/algorithms.parallel#overloads-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L630
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel#concept:execution-policy
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#overloads-4.sentence-1
26.3.6https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol
[execpol]https://timsong-cpp.github.io/cppwp/execpol
26.3.6.1https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.general
[execpol.general]https://timsong-cpp.github.io/cppwp/execpol.general
1https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.general-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L640
[execpol]https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol
execution policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel#def:execution_policy
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.general-1.sentence-1
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.general-1.sentence-2
https://timsong-cpp.github.io/cppwp/execution.syn#header:%3cexecution%3e
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.general-1.sentence-3
1https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.general-example-1
1https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.general-note-1
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.general-1.sentence-4
26.3.6.2https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.type
[execpol.type]https://timsong-cpp.github.io/cppwp/execpol.type
πŸ”—https://timsong-cpp.github.io/cppwp/algorithms.parallel#lib:is_execution_policy
1https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.type-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L679
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.type-1.sentence-1
2https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.type-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L684
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.type-2.sentence-1
1https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.type-note-1
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.type-2.sentence-2
3https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.type-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L695
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.type-3.sentence-1
26.3.6.3https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.seq
[execpol.seq]https://timsong-cpp.github.io/cppwp/execpol.seq
πŸ”—https://timsong-cpp.github.io/cppwp/algorithms.parallel#lib:execution::sequenced_policy
1https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.seq-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L708
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.seq-1.sentence-1
2https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.seq-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L713
[except.terminate]https://timsong-cpp.github.io/cppwp/except.terminate
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.seq-2.sentence-1
26.3.6.4https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.par
[execpol.par]https://timsong-cpp.github.io/cppwp/execpol.par
πŸ”—https://timsong-cpp.github.io/cppwp/algorithms.parallel#lib:execution::parallel_policy
1https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.par-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L728
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.par-1.sentence-1
2https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.par-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L733
[except.terminate]https://timsong-cpp.github.io/cppwp/except.terminate
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.par-2.sentence-1
26.3.6.5https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.parunseq
[execpol.parunseq]https://timsong-cpp.github.io/cppwp/execpol.parunseq
πŸ”—https://timsong-cpp.github.io/cppwp/algorithms.parallel#lib:execution::parallel_unsequenced_policy
1https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.parunseq-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L748
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.parunseq-1.sentence-1
2https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.parunseq-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L754
[except.terminate]https://timsong-cpp.github.io/cppwp/except.terminate
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.parunseq-2.sentence-1
26.3.6.6https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.unseq
[execpol.unseq]https://timsong-cpp.github.io/cppwp/execpol.unseq
πŸ”—https://timsong-cpp.github.io/cppwp/algorithms.parallel#lib:execution::unsequenced_policy
1https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.unseq-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L769
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.unseq-1.sentence-1
2https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.unseq-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L776
[except.terminate]https://timsong-cpp.github.io/cppwp/except.terminate
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.unseq-2.sentence-1
26.3.6.7https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.objects
[execpol.objects]https://timsong-cpp.github.io/cppwp/execpol.objects
πŸ”—https://timsong-cpp.github.io/cppwp/algorithms.parallel#lib:seq
1https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.objects-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L801
https://timsong-cpp.github.io/cppwp/execution.syn#header:%3cexecution%3e
.https://timsong-cpp.github.io/cppwp/algorithms.parallel#execpol.objects-1.sentence-1

URLs of crawlers that visited me.