RenΓ©'s URL Explorer Experiment


Title: [alg.nonmodifying]

direct link

Domain: timsong-cpp.github.io

Links:

[algorithms]https://timsong-cpp.github.io/cppwp/#algorithms
[alg.all.of]https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.all.of
[alg.any.of]https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.any.of
[alg.none.of]https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.none.of
[alg.contains]https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.contains
[alg.foreach]https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach
[alg.find]https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find
[alg.find.last]https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.last
[alg.find.end]https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.end
[alg.find.first.of]https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.first.of
[alg.adjacent.find]https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.adjacent.find
[alg.count]https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.count
[alg.mismatch]https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.mismatch
[alg.equal]https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.equal
[alg.is.permutation]https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.is.permutation
[alg.search]https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.search
[alg.starts.with]https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.starts.with
[alg.ends.with]https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.ends.with
[alg.fold]https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.fold
26.6.1https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.all.of
[alg.all.of]https://timsong-cpp.github.io/cppwp/alg.all.of
πŸ”—https://timsong-cpp.github.io/cppwp/alg.nonmodifying#lib:all_of
input_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.input#concept:input_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
indirect_unary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_unary_predicate
input_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:input_range
indirect_unary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_unary_predicate
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
random_access_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.random.access#concept:random_access_iterator
sized_sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel#concept:sized_sentinel_for
indirect_unary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_unary_predicate
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
sized-random-access-rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:sized-random-access-range
indirect_unary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_unary_predicate
1https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.all.of-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4411
(1.1)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.all.of-1.1
(1.2)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.all.of-1.2
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.all.of-1.sentence-1
2https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.all.of-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4421
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.all.of-2.sentence-1
3https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.all.of-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4427
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.all.of-3.sentence-1
26.6.2https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.any.of
[alg.any.of]https://timsong-cpp.github.io/cppwp/alg.any.of
πŸ”—https://timsong-cpp.github.io/cppwp/alg.nonmodifying#lib:any_of
input_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.input#concept:input_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
indirect_unary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_unary_predicate
input_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:input_range
indirect_unary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_unary_predicate
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
random_access_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.random.access#concept:random_access_iterator
sized_sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel#concept:sized_sentinel_for
indirect_unary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_unary_predicate
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
sized-random-access-rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:sized-random-access-range
indirect_unary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_unary_predicate
1https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.any.of-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4458
(1.1)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.any.of-1.1
(1.2)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.any.of-1.2
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.any.of-1.sentence-1
2https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.any.of-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4468
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.any.of-2.sentence-1
3https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.any.of-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4473
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.any.of-3.sentence-1
26.6.3https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.none.of
[alg.none.of]https://timsong-cpp.github.io/cppwp/alg.none.of
πŸ”—https://timsong-cpp.github.io/cppwp/alg.nonmodifying#lib:none_of
input_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.input#concept:input_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
indirect_unary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_unary_predicate
input_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:input_range
indirect_unary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_unary_predicate
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
random_access_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.random.access#concept:random_access_iterator
sized_sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel#concept:sized_sentinel_for
indirect_unary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_unary_predicate
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
sized-random-access-rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:sized-random-access-range
indirect_unary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_unary_predicate
1https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.none.of-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4505
(1.1)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.none.of-1.1
(1.2)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.none.of-1.2
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.none.of-1.sentence-1
2https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.none.of-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4515
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.none.of-2.sentence-1
3https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.none.of-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4521
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.none.of-3.sentence-1
26.6.4https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.contains
[alg.contains]https://timsong-cpp.github.io/cppwp/alg.contains
πŸ”—https://timsong-cpp.github.io/cppwp/alg.nonmodifying#lib:contains
input_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.input#concept:input_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
indirect_binary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_binary_predicate
input_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:input_range
indirect_binary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_binary_predicate
1https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.contains-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4540
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.contains-1.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.contains-itemdecl:2
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
random_access_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.random.access#concept:random_access_iterator
sized_sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel#concept:sized_sentinel_for
indirect_binary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_binary_predicate
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
sized-random-access-rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:sized-random-access-range
indirect_binary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_binary_predicate
2https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.contains-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4558
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.contains-2.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/alg.nonmodifying#lib:contains_subrange
forward_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.forward#concept:forward_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
forward_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.forward#concept:forward_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
indirectly_comparablehttps://timsong-cpp.github.io/cppwp/alg.req.ind.cmp#concept:indirectly_comparable
forward_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:forward_range
forward_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:forward_range
indirectly_comparablehttps://timsong-cpp.github.io/cppwp/alg.req.ind.cmp#concept:indirectly_comparable
3https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.contains-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4579
πŸ”—https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.contains-itemdecl:4
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
random_access_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.random.access#concept:random_access_iterator
sized_sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel#concept:sized_sentinel_for
random_access_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.random.access#concept:random_access_iterator
sized_sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel#concept:sized_sentinel_for
indirectly_comparablehttps://timsong-cpp.github.io/cppwp/alg.req.ind.cmp#concept:indirectly_comparable
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
sized-random-access-rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:sized-random-access-range
sized-random-access-rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:sized-random-access-range
indirectly_comparablehttps://timsong-cpp.github.io/cppwp/alg.req.ind.cmp#concept:indirectly_comparable
4https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.contains-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4602
26.6.5https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach
[alg.foreach]https://timsong-cpp.github.io/cppwp/alg.foreach
πŸ”—https://timsong-cpp.github.io/cppwp/alg.nonmodifying#lib:for_each
1https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4619
Cpp17MoveConstructiblehttps://timsong-cpp.github.io/cppwp/utility.arg.requirements#:Cpp17MoveConstructible
31https://timsong-cpp.github.io/cppwp/utility.arg.requirements#tab:cpp17.moveconstructible
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-1.sentence-1
1https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-note-1
Cpp17CopyConstructiblehttps://timsong-cpp.github.io/cppwp/utility.arg.requirements#:Cpp17CopyConstructible
32https://timsong-cpp.github.io/cppwp/utility.arg.requirements#tab:cpp17.copyconstructible
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-1.sentence-2
2https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4628
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-2.sentence-1
2https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-note-2
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-2.sentence-2
3https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4638
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-3.sentence-1
4https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4642
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-4.sentence-1
5https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4646
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-5.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/alg.nonmodifying#lib:for_each_
6https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4660
Cpp17CopyConstructiblehttps://timsong-cpp.github.io/cppwp/utility.arg.requirements#:Cpp17CopyConstructible
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-6.sentence-1
7https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4664
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-7.sentence-1
3https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-note-3
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-7.sentence-2
8https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4673
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-8.sentence-1
9https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-9
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4677
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-9.sentence-1
[algorithms.parallel.exec]https://timsong-cpp.github.io/cppwp/algorithms.parallel.exec
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-9.sentence-2
10https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-10
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4684
4https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-note-4
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-10.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/alg.nonmodifying#lib:for_each__
input_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.input#concept:input_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
indirectly_unary_invocablehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirectly_unary_invocable
input_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:input_range
indirectly_unary_invocablehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirectly_unary_invocable
11https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-11
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4704
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-11.sentence-1
5https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-note-5
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-11.sentence-2
12https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-12
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4714
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-12.sentence-1
13https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-13
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4718
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-13.sentence-1
14https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-14
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4722
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-14.sentence-1
15https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-15
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4726
6https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-note-6
copy_constructiblehttps://timsong-cpp.github.io/cppwp/concept.copyconstructible#concept:copy_constructible
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-15.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-itemdecl:4
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
random_access_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.random.access#concept:random_access_iterator
sized_sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel#concept:sized_sentinel_for
indirectly_unary_invocablehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirectly_unary_invocable
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
sized-random-access-rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:sized-random-access-range
indirectly_unary_invocablehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirectly_unary_invocable
16https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-16
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4745
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-16.sentence-1
7https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-note-7
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-16.sentence-2
17https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-17
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4755
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-17.sentence-1
18https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-18
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4759
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-18.sentence-1
19https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-19
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4763
(19.1)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-19.1
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-19.1.sentence-1
(19.2)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-19.2
[algorithms.parallel.exec]https://timsong-cpp.github.io/cppwp/algorithms.parallel.exec
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-19.2.sentence-1
(19.3)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-19.3
[algorithms.parallel.user]https://timsong-cpp.github.io/cppwp/algorithms.parallel.user
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-19.3.sentence-1
8https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-note-8
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-19.sentence-2
πŸ”—https://timsong-cpp.github.io/cppwp/alg.nonmodifying#lib:for_each_n
20https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-20
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4788
[conv.integral]https://timsong-cpp.github.io/cppwp/conv.integral
[class.conv]https://timsong-cpp.github.io/cppwp/class.conv
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-20.sentence-1
21https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-21
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4793
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-21.sentence-1
Cpp17MoveConstructiblehttps://timsong-cpp.github.io/cppwp/utility.arg.requirements#:Cpp17MoveConstructible
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-21.sentence-2
9https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-note-9
Cpp17CopyConstructiblehttps://timsong-cpp.github.io/cppwp/utility.arg.requirements#:Cpp17CopyConstructible
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-21.sentence-3
22https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-22
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4802
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-22.sentence-1
10https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-note-10
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-22.sentence-2
23https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-23
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4811
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-23.sentence-1
24https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-24
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4815
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-24.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/alg.nonmodifying#lib:for_each_n_
25https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-25
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4828
[conv.integral]https://timsong-cpp.github.io/cppwp/conv.integral
[class.conv]https://timsong-cpp.github.io/cppwp/class.conv
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-25.sentence-1
26https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-26
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4833
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-26.sentence-1
Cpp17CopyConstructiblehttps://timsong-cpp.github.io/cppwp/utility.arg.requirements#:Cpp17CopyConstructible
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-26.sentence-2
27https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-27
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4838
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-27.sentence-1
11https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-note-11
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-27.sentence-2
28https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-28
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4847
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-28.sentence-1
29https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-29
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4851
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-29.sentence-1
[algorithms.parallel.exec]https://timsong-cpp.github.io/cppwp/algorithms.parallel.exec
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-29.sentence-2
πŸ”—https://timsong-cpp.github.io/cppwp/alg.nonmodifying#lib:for_each_n__
input_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.input#concept:input_iterator
indirectly_unary_invocablehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirectly_unary_invocable
30https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-30
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4868
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-30.sentence-1
31https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-31
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4872
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-31.sentence-1
12https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-note-12
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-31.sentence-2
32https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-32
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4882
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-32.sentence-1
33https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-33
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4886
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-33.sentence-1
34https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-34
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4890
13https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-note-13
copy_constructiblehttps://timsong-cpp.github.io/cppwp/concept.copyconstructible#concept:copy_constructible
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-34.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-itemdecl:8
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
random_access_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.random.access#concept:random_access_iterator
indirectly_unary_invocablehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirectly_unary_invocable
35https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-35
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4904
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-35.sentence-1
36https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-36
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4908
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-36.sentence-1
14https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-note-14
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-36.sentence-2
37https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-37
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4918
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-37.sentence-1
38https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-38
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L4922
(38.1)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-38.1
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-38.1.sentence-1
(38.2)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-38.2
[algorithms.parallel.exec]https://timsong-cpp.github.io/cppwp/algorithms.parallel.exec
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-38.2.sentence-1
(38.3)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-38.3
[algorithms.parallel.user]https://timsong-cpp.github.io/cppwp/algorithms.parallel.user
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-38.3.sentence-1
15https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-note-15
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.foreach-38.sentence-2
26.6.6https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find
[alg.find]https://timsong-cpp.github.io/cppwp/alg.find
πŸ”—https://timsong-cpp.github.io/cppwp/alg.nonmodifying#lib:find
input_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.input#concept:input_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
indirect_binary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_binary_predicate
input_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:input_range
indirect_binary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_binary_predicate
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
random_access_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.random.access#concept:random_access_iterator
sized_sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel#concept:sized_sentinel_for
indirect_binary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_binary_predicate
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
sized-random-access-rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:sized-random-access-range
indirect_binary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_binary_predicate
input_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.input#concept:input_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
indirect_unary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_unary_predicate
input_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:input_range
indirect_unary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_unary_predicate
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
random_access_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.random.access#concept:random_access_iterator
sized_sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel#concept:sized_sentinel_for
indirect_unary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_unary_predicate
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
sized-random-access-rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:sized-random-access-range
indirect_unary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_unary_predicate
input_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.input#concept:input_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
indirect_unary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_unary_predicate
input_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:input_range
indirect_unary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_unary_predicate
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
random_access_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.random.access#concept:random_access_iterator
sized_sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel#concept:sized_sentinel_for
indirect_unary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_unary_predicate
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
sized-random-access-rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:sized-random-access-range
indirect_unary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_unary_predicate
1https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5020
(1.1)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find-1.1
(1.2)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find-1.2
(1.3)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find-1.3
(1.4)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find-1.4
(1.5)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find-1.5
(1.6)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find-1.6
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find-1.sentence-1
2https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5031
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find-2.sentence-1
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find-2.sentence-2
3https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5037
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find-3.sentence-1
26.6.7https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.last
[alg.find.last]https://timsong-cpp.github.io/cppwp/alg.find.last
πŸ”—https://timsong-cpp.github.io/cppwp/alg.nonmodifying#lib:find_last
forward_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.forward#concept:forward_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
indirect_binary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_binary_predicate
forward_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:forward_range
indirect_binary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_binary_predicate
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
random_access_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.random.access#concept:random_access_iterator
sized_sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel#concept:sized_sentinel_for
indirect_binary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_binary_predicate
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
sized-random-access-rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:sized-random-access-range
indirect_binary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_binary_predicate
forward_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.forward#concept:forward_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
indirect_unary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_unary_predicate
forward_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:forward_range
indirect_unary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_unary_predicate
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
random_access_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.random.access#concept:random_access_iterator
sized_sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel#concept:sized_sentinel_for
indirect_unary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_unary_predicate
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
sized-random-access-rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:sized-random-access-range
indirect_unary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_unary_predicate
forward_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.forward#concept:forward_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
indirect_unary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_unary_predicate
forward_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:forward_range
indirect_unary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_unary_predicate
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
random_access_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.random.access#concept:random_access_iterator
sized_sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel#concept:sized_sentinel_for
indirect_unary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_unary_predicate
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
sized-random-access-rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:sized-random-access-range
indirect_unary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_unary_predicate
1https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.last-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5098
(1.1)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.last-1.1
(1.2)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.last-1.2
(1.3)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.last-1.3
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.last-1.sentence-1
2https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.last-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5109
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.last-2.sentence-1
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.last-2.sentence-2
3https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.last-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5116
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.last-3.sentence-1
26.6.8https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.end
[alg.find.end]https://timsong-cpp.github.io/cppwp/alg.find.end
πŸ”—https://timsong-cpp.github.io/cppwp/alg.nonmodifying#lib:find_end
forward_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.forward#concept:forward_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
forward_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.forward#concept:forward_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
indirectly_comparablehttps://timsong-cpp.github.io/cppwp/alg.req.ind.cmp#concept:indirectly_comparable
forward_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:forward_range
forward_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:forward_range
indirectly_comparablehttps://timsong-cpp.github.io/cppwp/alg.req.ind.cmp#concept:indirectly_comparable
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
random_access_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.random.access#concept:random_access_iterator
sized_sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel#concept:sized_sentinel_for
random_access_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.random.access#concept:random_access_iterator
sized_sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel#concept:sized_sentinel_for
indirectly_comparablehttps://timsong-cpp.github.io/cppwp/alg.req.ind.cmp#concept:indirectly_comparable
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
sized-random-access-rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:sized-random-access-range
sized-random-access-rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:sized-random-access-range
indirectly_comparablehttps://timsong-cpp.github.io/cppwp/alg.req.ind.cmp#concept:indirectly_comparable
1https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.end-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5179
(1.1)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.end-1.1
(1.2)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.end-1.2
(1.2.1)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.end-1.2.1
(1.2.2)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.end-1.2.2
(1.3)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.end-1.3
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.end-1.sentence-1
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.end-1.3.sentence-2
2https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.end-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5206
(2.1)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.end-2.1
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.end-2.1.sentence-1
(2.2)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.end-2.2
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.end-2.2.sentence-1
3https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.end-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5214
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.end-3.sentence-1
26.6.9https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.first.of
[alg.find.first.of]https://timsong-cpp.github.io/cppwp/alg.find.first.of
πŸ”—https://timsong-cpp.github.io/cppwp/alg.nonmodifying#lib:find_first_of
input_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.input#concept:input_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
forward_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.forward#concept:forward_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
indirectly_comparablehttps://timsong-cpp.github.io/cppwp/alg.req.ind.cmp#concept:indirectly_comparable
input_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:input_range
forward_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:forward_range
indirectly_comparablehttps://timsong-cpp.github.io/cppwp/alg.req.ind.cmp#concept:indirectly_comparable
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
random_access_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.random.access#concept:random_access_iterator
sized_sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel#concept:sized_sentinel_for
random_access_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.random.access#concept:random_access_iterator
sized_sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel#concept:sized_sentinel_for
indirectly_comparablehttps://timsong-cpp.github.io/cppwp/alg.req.ind.cmp#concept:indirectly_comparable
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
sized-random-access-rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:sized-random-access-range
sized-random-access-rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:sized-random-access-range
indirectly_comparablehttps://timsong-cpp.github.io/cppwp/alg.req.ind.cmp#concept:indirectly_comparable
1https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.first.of-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5278
(1.1)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.first.of-1.1
(1.2)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.first.of-1.2
(1.3)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.first.of-1.3
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.first.of-1.sentence-1
2https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.first.of-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5286
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.first.of-2.sentence-1
3https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.first.of-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5290
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.first.of-3.sentence-1
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.first.of-3.sentence-2
4https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.first.of-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5299
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.find.first.of-4.sentence-1
26.6.10https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.adjacent.find
[alg.adjacent.find]https://timsong-cpp.github.io/cppwp/alg.adjacent.find
πŸ”—https://timsong-cpp.github.io/cppwp/alg.nonmodifying#lib:adjacent_find
forward_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.forward#concept:forward_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
indirect_binary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_binary_predicate
forward_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:forward_range
indirect_binary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_binary_predicate
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
random_access_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.random.access#concept:random_access_iterator
sized_sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel#concept:sized_sentinel_for
indirect_binary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_binary_predicate
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
sized-random-access-rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:sized-random-access-range
indirect_binary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_binary_predicate
1https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.adjacent.find-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5349
(1.1)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.adjacent.find-1.1
(1.2)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.adjacent.find-1.2
(1.3)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.adjacent.find-1.3
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.adjacent.find-1.sentence-1
2https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.adjacent.find-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5358
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.adjacent.find-2.sentence-1
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.adjacent.find-2.sentence-2
3https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.adjacent.find-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5365
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.adjacent.find-3.sentence-1
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.adjacent.find-3.sentence-2
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.adjacent.find-3.sentence-3
26.6.11https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.count
[alg.count]https://timsong-cpp.github.io/cppwp/alg.count
πŸ”—https://timsong-cpp.github.io/cppwp/alg.nonmodifying#lib:count
input_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.input#concept:input_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
indirect_binary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_binary_predicate
input_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:input_range
indirect_binary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_binary_predicate
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
random_access_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.random.access#concept:random_access_iterator
sized_sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel#concept:sized_sentinel_for
indirect_binary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_binary_predicate
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
sized-random-access-rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:sized-random-access-range
indirect_binary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_binary_predicate
input_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.input#concept:input_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
indirect_unary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_unary_predicate
input_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:input_range
indirect_unary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_unary_predicate
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
random_access_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.random.access#concept:random_access_iterator
sized_sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel#concept:sized_sentinel_for
indirect_unary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_unary_predicate
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
sized-random-access-rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:sized-random-access-range
indirect_unary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_unary_predicate
1https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.count-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5439
(1.1)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.count-1.1
(1.2)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.count-1.2
(1.3)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.count-1.3
(1.4)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.count-1.4
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.count-1.sentence-1
2https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.count-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5456
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.count-2.sentence-1
3https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.count-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5461
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.count-3.sentence-1
26.6.12https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.mismatch
[alg.mismatch]https://timsong-cpp.github.io/cppwp/alg.mismatch
πŸ”—https://timsong-cpp.github.io/cppwp/alg.nonmodifying#lib:mismatch
input_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.input#concept:input_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
input_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.input#concept:input_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
indirectly_comparablehttps://timsong-cpp.github.io/cppwp/alg.req.ind.cmp#concept:indirectly_comparable
input_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:input_range
input_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:input_range
indirectly_comparablehttps://timsong-cpp.github.io/cppwp/alg.req.ind.cmp#concept:indirectly_comparable
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
random_access_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.random.access#concept:random_access_iterator
sized_sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel#concept:sized_sentinel_for
random_access_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.random.access#concept:random_access_iterator
sized_sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel#concept:sized_sentinel_for
indirectly_comparablehttps://timsong-cpp.github.io/cppwp/alg.req.ind.cmp#concept:indirectly_comparable
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
sized-random-access-rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:sized-random-access-range
sized-random-access-rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:sized-random-access-range
indirectly_comparablehttps://timsong-cpp.github.io/cppwp/alg.req.ind.cmp#concept:indirectly_comparable
1https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.mismatch-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5546
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.mismatch-1.sentence-1
2https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.mismatch-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5550
(2.1)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.mismatch-2.1
(2.2)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.mismatch-2.2
(2.3)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.mismatch-2.3
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.mismatch-2.sentence-1
3https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.mismatch-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5566
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.mismatch-3.sentence-1
4https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.mismatch-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5569
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.mismatch-4.sentence-1
5https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.mismatch-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5575
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.mismatch-5.sentence-1
26.6.13https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.equal
[alg.equal]https://timsong-cpp.github.io/cppwp/alg.equal
πŸ”—https://timsong-cpp.github.io/cppwp/alg.nonmodifying#lib:equal
input_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.input#concept:input_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
input_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.input#concept:input_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
indirectly_comparablehttps://timsong-cpp.github.io/cppwp/alg.req.ind.cmp#concept:indirectly_comparable
input_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:input_range
input_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:input_range
indirectly_comparablehttps://timsong-cpp.github.io/cppwp/alg.req.ind.cmp#concept:indirectly_comparable
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
random_access_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.random.access#concept:random_access_iterator
sized_sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel#concept:sized_sentinel_for
random_access_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.random.access#concept:random_access_iterator
sized_sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel#concept:sized_sentinel_for
indirectly_comparablehttps://timsong-cpp.github.io/cppwp/alg.req.ind.cmp#concept:indirectly_comparable
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
sized-random-access-rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:sized-random-access-range
sized-random-access-rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:sized-random-access-range
indirectly_comparablehttps://timsong-cpp.github.io/cppwp/alg.req.ind.cmp#concept:indirectly_comparable
1https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.equal-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5648
(1.1)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.equal-1.1
(1.2)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.equal-1.2
(1.3)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.equal-1.3
(1.3.1)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.equal-1.3.1
(1.3.2)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.equal-1.3.2
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.equal-1.sentence-1
2https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.equal-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5670
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.equal-2.sentence-1
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.equal-2.sentence-2
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.equal-2.sentence-3
3https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.equal-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5677
(3.1)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.equal-3.1
Cpp17RandomAccessIteratorhttps://timsong-cpp.github.io/cppwp/random.access.iterators#:Cpp17RandomAccessIterator
[random.access.iterators]https://timsong-cpp.github.io/cppwp/random.access.iterators
(3.2)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.equal-3.2
sized_sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel#concept:sized_sentinel_for
[iterator.concept.sizedsentinel]https://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel
(3.3)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.equal-3.3
sized_rangehttps://timsong-cpp.github.io/cppwp/range.sized#concept:sized_range
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.equal-3.sentence-1
26.6.14https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.is.permutation
[alg.is.permutation]https://timsong-cpp.github.io/cppwp/alg.is.permutation
πŸ”—https://timsong-cpp.github.io/cppwp/alg.nonmodifying#lib:is_permutation
1https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.is.permutation-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5725
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.is.permutation-1.sentence-1
2https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.is.permutation-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5731
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.is.permutation-2.sentence-1
3https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.is.permutation-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5735
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.is.permutation-3.sentence-1
4https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.is.permutation-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5739
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.is.permutation-4.sentence-1
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.is.permutation-4.sentence-2
5https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.is.permutation-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5749
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.is.permutation-5.sentence-1
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.is.permutation-5.sentence-2
πŸ”—https://timsong-cpp.github.io/cppwp/alg.nonmodifying#lib:is_permutation_
forward_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.forward#concept:forward_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
forward_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.forward#concept:forward_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
indirect_equivalence_relationhttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_equivalence_relation
forward_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:forward_range
forward_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:forward_range
indirect_equivalence_relationhttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_equivalence_relation
6https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.is.permutation-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5779
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.is.permutation-6.sentence-1
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.is.permutation-6.sentence-2
7https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.is.permutation-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5789
(7.1)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.is.permutation-7.1
(7.1.1)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.is.permutation-7.1.1
sized_sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel#concept:sized_sentinel_for
(7.1.2)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.is.permutation-7.1.2
sized_sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel#concept:sized_sentinel_for
(7.1.3)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.is.permutation-7.1.3
(7.2)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.is.permutation-7.2
sized_rangehttps://timsong-cpp.github.io/cppwp/range.sized#concept:sized_range
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.is.permutation-7.sentence-1
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.is.permutation-7.sentence-2
26.6.15https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.search
[alg.search]https://timsong-cpp.github.io/cppwp/alg.search
πŸ”—https://timsong-cpp.github.io/cppwp/alg.nonmodifying#lib:search
1https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.search-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5842
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.search-1.sentence-1
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.search-1.sentence-2
2https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.search-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5852
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.search-2.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/alg.nonmodifying#lib:search_
forward_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.forward#concept:forward_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
forward_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.forward#concept:forward_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
indirectly_comparablehttps://timsong-cpp.github.io/cppwp/alg.req.ind.cmp#concept:indirectly_comparable
forward_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:forward_range
forward_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:forward_range
indirectly_comparablehttps://timsong-cpp.github.io/cppwp/alg.req.ind.cmp#concept:indirectly_comparable
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
random_access_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.random.access#concept:random_access_iterator
sized_sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel#concept:sized_sentinel_for
random_access_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.random.access#concept:random_access_iterator
sized_sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel#concept:sized_sentinel_for
indirectly_comparablehttps://timsong-cpp.github.io/cppwp/alg.req.ind.cmp#concept:indirectly_comparable
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
sized-random-access-rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:sized-random-access-range
sized-random-access-rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:sized-random-access-range
indirectly_comparablehttps://timsong-cpp.github.io/cppwp/alg.req.ind.cmp#concept:indirectly_comparable
3https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.search-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5890
(3.1)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.search-3.1
(3.2)https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.search-3.2
4https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.search-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5908
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.search-4.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/alg.nonmodifying#lib:search_n
5https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.search-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5945
[conv.integral]https://timsong-cpp.github.io/cppwp/conv.integral
[class.conv]https://timsong-cpp.github.io/cppwp/class.conv
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.search-5.sentence-1
6https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.search-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5950
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.search-6.sentence-1
7https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.search-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5955
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.search-7.sentence-1
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.search-7.sentence-2
8https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.search-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5962
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.search-8.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/alg.nonmodifying#lib:search_n_
forward_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.forward#concept:forward_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
indirectly_comparablehttps://timsong-cpp.github.io/cppwp/alg.req.ind.cmp#concept:indirectly_comparable
forward_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:forward_range
indirectly_comparablehttps://timsong-cpp.github.io/cppwp/alg.req.ind.cmp#concept:indirectly_comparable
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
random_access_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.random.access#concept:random_access_iterator
sized_sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel#concept:sized_sentinel_for
indirectly_comparablehttps://timsong-cpp.github.io/cppwp/alg.req.ind.cmp#concept:indirectly_comparable
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
sized-random-access-rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:sized-random-access-range
indirectly_comparablehttps://timsong-cpp.github.io/cppwp/alg.req.ind.cmp#concept:indirectly_comparable
9https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.search-9
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L5999
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.search-9.sentence-1
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.search-9.sentence-2
10https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.search-10
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L6008
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.search-10.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/alg.nonmodifying#lib:search__
11https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.search-11
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L6022
12https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.search-12
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L6026
Cpp17CopyConstructiblehttps://timsong-cpp.github.io/cppwp/utility.arg.requirements#:Cpp17CopyConstructible
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.search-12.sentence-1
26.6.16https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.starts.with
[alg.starts.with]https://timsong-cpp.github.io/cppwp/alg.starts.with
πŸ”—https://timsong-cpp.github.io/cppwp/alg.nonmodifying#lib:starts_with
input_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.input#concept:input_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
input_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.input#concept:input_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
indirectly_comparablehttps://timsong-cpp.github.io/cppwp/alg.req.ind.cmp#concept:indirectly_comparable
input_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:input_range
input_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:input_range
indirectly_comparablehttps://timsong-cpp.github.io/cppwp/alg.req.ind.cmp#concept:indirectly_comparable
1https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.starts.with-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L6048
πŸ”—https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.starts.with-itemdecl:2
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
random_access_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.random.access#concept:random_access_iterator
sized_sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel#concept:sized_sentinel_for
random_access_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.random.access#concept:random_access_iterator
sized_sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel#concept:sized_sentinel_for
indirectly_comparablehttps://timsong-cpp.github.io/cppwp/alg.req.ind.cmp#concept:indirectly_comparable
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
sized-random-access-rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:sized-random-access-range
sized-random-access-rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:sized-random-access-range
indirectly_comparablehttps://timsong-cpp.github.io/cppwp/alg.req.ind.cmp#concept:indirectly_comparable
2https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.starts.with-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L6072
26.6.17https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.ends.with
[alg.ends.with]https://timsong-cpp.github.io/cppwp/alg.ends.with
πŸ”—https://timsong-cpp.github.io/cppwp/alg.nonmodifying#lib:ends_with
input_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.input#concept:input_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
input_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.input#concept:input_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
forward_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.forward#concept:forward_iterator
sized_sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel#concept:sized_sentinel_for
forward_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.forward#concept:forward_iterator
sized_sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel#concept:sized_sentinel_for
indirectly_comparablehttps://timsong-cpp.github.io/cppwp/alg.req.ind.cmp#concept:indirectly_comparable
1https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.ends.with-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L6094
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.ends.with-1.sentence-1
2https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.ends.with-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L6098
πŸ”—https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.ends.with-itemdecl:2
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
random_access_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.random.access#concept:random_access_iterator
sized_sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel#concept:sized_sentinel_for
random_access_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.random.access#concept:random_access_iterator
sized_sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel#concept:sized_sentinel_for
indirectly_comparablehttps://timsong-cpp.github.io/cppwp/alg.req.ind.cmp#concept:indirectly_comparable
3https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.ends.with-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L6117
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.ends.with-3.sentence-1
4https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.ends.with-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L6121
πŸ”—https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.ends.with-itemdecl:3
input_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:input_range
input_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:input_range
forward_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:forward_range
sized_rangehttps://timsong-cpp.github.io/cppwp/range.sized#concept:sized_range
forward_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:forward_range
sized_rangehttps://timsong-cpp.github.io/cppwp/range.sized#concept:sized_range
indirectly_comparablehttps://timsong-cpp.github.io/cppwp/alg.req.ind.cmp#concept:indirectly_comparable
5https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.ends.with-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L6141
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.ends.with-5.sentence-1
6https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.ends.with-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L6145
πŸ”—https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.ends.with-itemdecl:4
execution-policyhttps://timsong-cpp.github.io/cppwp/algorithms.parallel.defns#concept:execution-policy
sized-random-access-rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:sized-random-access-range
sized-random-access-rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:sized-random-access-range
indirectly_comparablehttps://timsong-cpp.github.io/cppwp/alg.req.ind.cmp#concept:indirectly_comparable
7https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.ends.with-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L6164
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.ends.with-7.sentence-1
8https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.ends.with-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L6168
26.6.18https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.fold
[alg.fold]https://timsong-cpp.github.io/cppwp/alg.fold
πŸ”—https://timsong-cpp.github.io/cppwp/alg.nonmodifying#lib:fold_left
input_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.input#concept:input_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
indirectly-binary-left-foldablehttps://timsong-cpp.github.io/cppwp/algorithm.syn#concept:indirectly-binary-left-foldable
input_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:input_range
indirectly-binary-left-foldablehttps://timsong-cpp.github.io/cppwp/algorithm.syn#concept:indirectly-binary-left-foldable
1https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.fold-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L6191
πŸ”—https://timsong-cpp.github.io/cppwp/alg.nonmodifying#lib:fold_left_first
input_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.input#concept:input_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
indirectly-binary-left-foldablehttps://timsong-cpp.github.io/cppwp/algorithm.syn#concept:indirectly-binary-left-foldable
constructible_fromhttps://timsong-cpp.github.io/cppwp/concept.constructible#concept:constructible_from
input_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:input_range
indirectly-binary-left-foldablehttps://timsong-cpp.github.io/cppwp/algorithm.syn#concept:indirectly-binary-left-foldable
constructible_fromhttps://timsong-cpp.github.io/cppwp/concept.constructible#concept:constructible_from
2https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.fold-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L6210
πŸ”—https://timsong-cpp.github.io/cppwp/alg.nonmodifying#lib:fold_right
bidirectional_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.bidir#concept:bidirectional_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
indirectly-binary-right-foldablehttps://timsong-cpp.github.io/cppwp/algorithm.syn#concept:indirectly-binary-right-foldable
bidirectional_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:bidirectional_range
indirectly-binary-right-foldablehttps://timsong-cpp.github.io/cppwp/algorithm.syn#concept:indirectly-binary-right-foldable
3https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.fold-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L6228
πŸ”—https://timsong-cpp.github.io/cppwp/alg.nonmodifying#lib:fold_right_last
bidirectional_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.bidir#concept:bidirectional_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
indirectly-binary-right-foldablehttps://timsong-cpp.github.io/cppwp/algorithm.syn#concept:indirectly-binary-right-foldable
constructible_fromhttps://timsong-cpp.github.io/cppwp/concept.constructible#concept:constructible_from
bidirectional_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:bidirectional_range
indirectly-binary-right-foldablehttps://timsong-cpp.github.io/cppwp/algorithm.syn#concept:indirectly-binary-right-foldable
constructible_fromhttps://timsong-cpp.github.io/cppwp/concept.constructible#concept:constructible_from
4https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.fold-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L6256
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.fold-4.sentence-1
5https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.fold-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L6260
πŸ”—https://timsong-cpp.github.io/cppwp/alg.nonmodifying#lib:fold_left_with_iter
input_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.input#concept:input_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
indirectly-binary-left-foldablehttps://timsong-cpp.github.io/cppwp/algorithm.syn#concept:indirectly-binary-left-foldable
input_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:input_range
indirectly-binary-left-foldablehttps://timsong-cpp.github.io/cppwp/algorithm.syn#concept:indirectly-binary-left-foldable
6https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.fold-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L6283
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.fold-6.sentence-1
7https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.fold-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L6286
8https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.fold-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L6298
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.fold-8.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/alg.nonmodifying#lib:fold_left_first_with_iter
input_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.input#concept:input_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
indirectly-binary-left-foldablehttps://timsong-cpp.github.io/cppwp/algorithm.syn#concept:indirectly-binary-left-foldable
constructible_fromhttps://timsong-cpp.github.io/cppwp/concept.constructible#concept:constructible_from
input_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:input_range
indirectly-binary-left-foldablehttps://timsong-cpp.github.io/cppwp/algorithm.syn#concept:indirectly-binary-left-foldable
constructible_fromhttps://timsong-cpp.github.io/cppwp/concept.constructible#concept:constructible_from
9https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.fold-9
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L6318
10https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.fold-10
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L6324
11https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.fold-11
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L6336
.https://timsong-cpp.github.io/cppwp/alg.nonmodifying#alg.fold-11.sentence-1

URLs of crawlers that visited me.