René's URL Explorer Experiment


Title: [alg.shift]

direct link

Domain: timsong-cpp.github.io

Links:

[algorithms]https://timsong-cpp.github.io/cppwp/#algorithms
[alg.modifying.operations]https://timsong-cpp.github.io/cppwp/alg.modifying.operations#alg.shift
🔗https://timsong-cpp.github.io/cppwp/alg.shift#lib:shift_left
permutablehttps://timsong-cpp.github.io/cppwp/alg.req.permutable#concept:permutable
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
forward_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:forward_range
permutablehttps://timsong-cpp.github.io/cppwp/alg.req.permutable#concept:permutable
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
permutablehttps://timsong-cpp.github.io/cppwp/alg.req.permutable#concept:permutable
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
permutablehttps://timsong-cpp.github.io/cppwp/alg.req.permutable#concept:permutable
1https://timsong-cpp.github.io/cppwp/alg.shift#1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L8554
.https://timsong-cpp.github.io/cppwp/alg.shift#1.sentence-1
Cpp17MoveAssignablehttps://timsong-cpp.github.io/cppwp/utility.arg.requirements#:Cpp17MoveAssignable
.https://timsong-cpp.github.io/cppwp/alg.shift#1.sentence-2
2https://timsong-cpp.github.io/cppwp/alg.shift#2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L8560
.https://timsong-cpp.github.io/cppwp/alg.shift#2.sentence-1
.https://timsong-cpp.github.io/cppwp/alg.shift#2.sentence-2
.https://timsong-cpp.github.io/cppwp/alg.shift#2.sentence-3
3https://timsong-cpp.github.io/cppwp/alg.shift#3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L8571
.https://timsong-cpp.github.io/cppwp/alg.shift#3.sentence-1
(3.1)https://timsong-cpp.github.io/cppwp/alg.shift#3.1
.https://timsong-cpp.github.io/cppwp/alg.shift#3.1.sentence-1
(3.2)https://timsong-cpp.github.io/cppwp/alg.shift#3.2
.https://timsong-cpp.github.io/cppwp/alg.shift#3.2.sentence-1
4https://timsong-cpp.github.io/cppwp/alg.shift#4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L8585
.https://timsong-cpp.github.io/cppwp/alg.shift#4.sentence-1
🔗https://timsong-cpp.github.io/cppwp/alg.shift#lib:shift_right
permutablehttps://timsong-cpp.github.io/cppwp/alg.req.permutable#concept:permutable
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
forward_rangehttps://timsong-cpp.github.io/cppwp/range.refinements#concept:forward_range
permutablehttps://timsong-cpp.github.io/cppwp/alg.req.permutable#concept:permutable
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
permutablehttps://timsong-cpp.github.io/cppwp/alg.req.permutable#concept:permutable
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
permutablehttps://timsong-cpp.github.io/cppwp/alg.req.permutable#concept:permutable
5https://timsong-cpp.github.io/cppwp/alg.shift#5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L8618
.https://timsong-cpp.github.io/cppwp/alg.shift#5.sentence-1
Cpp17MoveAssignablehttps://timsong-cpp.github.io/cppwp/utility.arg.requirements#:Cpp17MoveAssignable
Cpp17BidirectionalIteratorhttps://timsong-cpp.github.io/cppwp/bidirectional.iterators#:Cpp17BidirectionalIterator
[bidirectional.iterators]https://timsong-cpp.github.io/cppwp/bidirectional.iterators
Cpp17ValueSwappablehttps://timsong-cpp.github.io/cppwp/swappable.requirements#:Cpp17ValueSwappable
.https://timsong-cpp.github.io/cppwp/alg.shift#5.sentence-2
6https://timsong-cpp.github.io/cppwp/alg.shift#6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L8627
.https://timsong-cpp.github.io/cppwp/alg.shift#6.sentence-1
.https://timsong-cpp.github.io/cppwp/alg.shift#6.sentence-2
(6.1)https://timsong-cpp.github.io/cppwp/alg.shift#6.1
(6.2)https://timsong-cpp.github.io/cppwp/alg.shift#6.2
bidirectional_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.bidir#concept:bidirectional_iterator
.https://timsong-cpp.github.io/cppwp/alg.shift#6.sentence-3
7https://timsong-cpp.github.io/cppwp/alg.shift#7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L8644
.https://timsong-cpp.github.io/cppwp/alg.shift#7.sentence-1
(7.1)https://timsong-cpp.github.io/cppwp/alg.shift#7.1
.https://timsong-cpp.github.io/cppwp/alg.shift#7.1.sentence-1
(7.2)https://timsong-cpp.github.io/cppwp/alg.shift#7.2
.https://timsong-cpp.github.io/cppwp/alg.shift#7.2.sentence-1
8https://timsong-cpp.github.io/cppwp/alg.shift#8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/algorithms.tex#L8657
.https://timsong-cpp.github.io/cppwp/alg.shift#8.sentence-1

URLs of crawlers that visited me.