RenΓ©'s URL Explorer Experiment


Title: [move.iterators]

direct link

Domain: timsong-cpp.github.io

Links:

[iterators]https://timsong-cpp.github.io/cppwp/#iterators
[predef.iterators]https://timsong-cpp.github.io/cppwp/predef.iterators#move.iterators
[move.iterators.general]https://timsong-cpp.github.io/cppwp/move.iterators#general
[move.iterator]https://timsong-cpp.github.io/cppwp/move.iterators#move.iterator
[move.iter.requirements]https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.requirements
[move.iter.cons]https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.cons
[move.iter.op.conv]https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.op.conv
[move.iter.elem]https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.elem
[move.iter.nav]https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.nav
[move.iter.op.comp]https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.op.comp
[move.iter.nonmember]https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.nonmember
[move.sentinel]https://timsong-cpp.github.io/cppwp/move.iterators#move.sentinel
[move.sent.ops]https://timsong-cpp.github.io/cppwp/move.iterators#move.sent.ops
24.5.4.1https://timsong-cpp.github.io/cppwp/move.iterators#general
[move.iterators.general]https://timsong-cpp.github.io/cppwp/move.iterators.general
1https://timsong-cpp.github.io/cppwp/move.iterators#general-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L4779
.https://timsong-cpp.github.io/cppwp/move.iterators#general-1.sentence-1
.https://timsong-cpp.github.io/cppwp/move.iterators#general-1.sentence-2
2https://timsong-cpp.github.io/cppwp/move.iterators#general-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L4787
1https://timsong-cpp.github.io/cppwp/move.iterators#general-example-1
24.5.4.2https://timsong-cpp.github.io/cppwp/move.iterators#move.iterator
[move.iterator]https://timsong-cpp.github.io/cppwp/move.iterator
πŸ”—https://timsong-cpp.github.io/cppwp/move.iterators#lib:move_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
sized_sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel#concept:sized_sentinel_for
sized_sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel#concept:sized_sentinel_for
indirectly_swappablehttps://timsong-cpp.github.io/cppwp/alg.req.ind.swap#concept:indirectly_swappable
1https://timsong-cpp.github.io/cppwp/move.iterators#move.iterator-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L4857
typedef-namehttps://timsong-cpp.github.io/cppwp/dcl.typedef#nt:typedef-name
(1.1)https://timsong-cpp.github.io/cppwp/move.iterators#move.iterator-1.1
random_access_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.random.access#concept:random_access_iterator
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iterator-1.1.sentence-1
(1.2)https://timsong-cpp.github.io/cppwp/move.iterators#move.iterator-1.2
bidirectional_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.bidir#concept:bidirectional_iterator
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iterator-1.2.sentence-1
(1.3)https://timsong-cpp.github.io/cppwp/move.iterators#move.iterator-1.3
forward_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.forward#concept:forward_iterator
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iterator-1.3.sentence-1
(1.4)https://timsong-cpp.github.io/cppwp/move.iterators#move.iterator-1.4
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iterator-1.4.sentence-1
2https://timsong-cpp.github.io/cppwp/move.iterators#move.iterator-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L4874
typedef-namehttps://timsong-cpp.github.io/cppwp/dcl.typedef#nt:typedef-name
qualified-idhttps://timsong-cpp.github.io/cppwp/expr.prim.id.qual#nt:qualified-id
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iterator-2.sentence-1
(2.1)https://timsong-cpp.github.io/cppwp/move.iterators#move.iterator-2.1
derived_fromhttps://timsong-cpp.github.io/cppwp/concept.derived#concept:derived_from
(2.2)https://timsong-cpp.github.io/cppwp/move.iterators#move.iterator-2.2
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iterator-2.sentence-2
24.5.4.3https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.requirements
[move.iter.requirements]https://timsong-cpp.github.io/cppwp/move.iter.requirements
1https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.requirements-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L4892
[input.iterators]https://timsong-cpp.github.io/cppwp/input.iterators
input_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.input#concept:input_iterator
[iterator.concept.input]https://timsong-cpp.github.io/cppwp/iterator.concept.input
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.requirements-1.sentence-1
[bidirectional.iterators]https://timsong-cpp.github.io/cppwp/bidirectional.iterators
bidirectional_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.bidir#concept:bidirectional_iterator
[iterator.concept.bidir]https://timsong-cpp.github.io/cppwp/iterator.concept.bidir
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.requirements-1.sentence-2
[random.access.iterators]https://timsong-cpp.github.io/cppwp/random.access.iterators
random_access_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.random.access#concept:random_access_iterator
[iterator.concept.random.access]https://timsong-cpp.github.io/cppwp/iterator.concept.random.access
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.requirements-1.sentence-3
24.5.4.4https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.cons
[move.iter.cons]https://timsong-cpp.github.io/cppwp/move.iter.cons
πŸ”—https://timsong-cpp.github.io/cppwp/move.iterators#lib:move_iterator,constructor
1https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.cons-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L4914
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.cons-1.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/move.iterators#lib:move_iterator,constructor_
2https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.cons-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L4926
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.cons-2.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/move.iterators#lib:move_iterator,constructor__
3https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.cons-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L4938
convertible_tohttps://timsong-cpp.github.io/cppwp/concept.convertible#concept:convertible_to
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.cons-3.sentence-1
4https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.cons-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L4943
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.cons-4.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/move.iterators#lib:operator=,move_iterator
5https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.cons-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L4954
convertible_tohttps://timsong-cpp.github.io/cppwp/concept.convertible#concept:convertible_to
assignable_fromhttps://timsong-cpp.github.io/cppwp/concept.assignable#concept:assignable_from
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.cons-5.sentence-1
6https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.cons-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L4960
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.cons-6.sentence-1
7https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.cons-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L4965
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.cons-7.sentence-1
24.5.4.5https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.op.conv
[move.iter.op.conv]https://timsong-cpp.github.io/cppwp/move.iter.op.conv
πŸ”—https://timsong-cpp.github.io/cppwp/move.iterators#lib:base,move_iterator
1https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.op.conv-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L4978
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.op.conv-1.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/move.iterators#lib:base,move_iterator_
2https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.op.conv-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L4989
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.op.conv-2.sentence-1
24.5.4.6https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.elem
[move.iter.elem]https://timsong-cpp.github.io/cppwp/move.iter.elem
πŸ”—https://timsong-cpp.github.io/cppwp/move.iterators#lib:operator*,move_iterator
1https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.elem-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5002
πŸ”—https://timsong-cpp.github.io/cppwp/move.iterators#lib:operator%5b%5d,move_iterator
2https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.elem-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5013
24.5.4.7https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.nav
[move.iter.nav]https://timsong-cpp.github.io/cppwp/move.iter.nav
πŸ”—https://timsong-cpp.github.io/cppwp/move.iterators#lib:operator++,move_iterator
1https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.nav-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5026
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.nav-1.sentence-1
2https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.nav-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5030
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.nav-2.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/move.iterators#lib:operator++,move_iterator_
3https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.nav-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5041
forward_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.forward#concept:forward_iterator
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.nav-3.sentence-2
πŸ”—https://timsong-cpp.github.io/cppwp/move.iterators#lib:operator--,move_iterator
4https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.nav-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5058
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.nav-4.sentence-1
5https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.nav-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5062
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.nav-5.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/move.iterators#lib:operator--,move_iterator_
6https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.nav-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5073
πŸ”—https://timsong-cpp.github.io/cppwp/move.iterators#lib:operator+,move_iterator
7https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.nav-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5089
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.nav-7.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/move.iterators#lib:operator+=,move_iterator
8https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.nav-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5100
9https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.nav-9
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5104
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.nav-9.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/move.iterators#lib:operator-,move_iterator
10https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.nav-10
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5115
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.nav-10.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/move.iterators#lib:operator-=,move_iterator
11https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.nav-11
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5126
12https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.nav-12
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5130
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.nav-12.sentence-1
24.5.4.8https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.op.comp
[move.iter.op.comp]https://timsong-cpp.github.io/cppwp/move.iter.op.comp
πŸ”—https://timsong-cpp.github.io/cppwp/move.iterators#lib:operator==,move_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
1https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.op.comp-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5148
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.op.comp-1.sentence-1
2https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.op.comp-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5153
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.op.comp-2.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/move.iterators#lib:operator%3c,move_iterator
3https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.op.comp-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5165
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.op.comp-3.sentence-1
4https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.op.comp-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5170
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.op.comp-4.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/move.iterators#lib:operator%3e,move_iterator
5https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.op.comp-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5182
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.op.comp-5.sentence-1
6https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.op.comp-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5187
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.op.comp-6.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/move.iterators#lib:operator%3c=,move_iterator
7https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.op.comp-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5199
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.op.comp-7.sentence-1
8https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.op.comp-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5204
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.op.comp-8.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/move.iterators#lib:operator%3e=,move_iterator
9https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.op.comp-9
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5216
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.op.comp-9.sentence-1
10https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.op.comp-10
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5221
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.op.comp-10.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/move.iterators#lib:operator%3c=%3e,move_iterator
three_way_comparable_withhttps://timsong-cpp.github.io/cppwp/cmp.concept#concept:three_way_comparable_with
11https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.op.comp-11
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5235
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.op.comp-11.sentence-1
24.5.4.9https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.nonmember
[move.iter.nonmember]https://timsong-cpp.github.io/cppwp/move.iter.nonmember
πŸ”—https://timsong-cpp.github.io/cppwp/move.iterators#lib:operator-,move_iterator_
sized_sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel#concept:sized_sentinel_for
sized_sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel#concept:sized_sentinel_for
1https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.nonmember-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5257
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.nonmember-1.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/move.iterators#lib:operator+,move_iterator_
2https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.nonmember-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5270
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.nonmember-2.sentence-1
3https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.nonmember-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5274
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.nonmember-3.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/move.iterators#lib:iter_move,move_iterator
4https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.nonmember-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5287
πŸ”—https://timsong-cpp.github.io/cppwp/move.iterators#lib:iter_swap,move_iterator
indirectly_swappablehttps://timsong-cpp.github.io/cppwp/alg.req.ind.swap#concept:indirectly_swappable
5https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.nonmember-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5301
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.nonmember-5.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/move.iterators#lib:make_move_iterator
6https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.nonmember-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5313
.https://timsong-cpp.github.io/cppwp/move.iterators#move.iter.nonmember-6.sentence-1
24.5.4.10https://timsong-cpp.github.io/cppwp/move.iterators#move.sentinel
[move.sentinel]https://timsong-cpp.github.io/cppwp/move.sentinel
1https://timsong-cpp.github.io/cppwp/move.iterators#move.sentinel-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5320
.https://timsong-cpp.github.io/cppwp/move.iterators#move.sentinel-1.sentence-1
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
.https://timsong-cpp.github.io/cppwp/move.iterators#move.sentinel-1.sentence-2
2https://timsong-cpp.github.io/cppwp/move.iterators#move.sentinel-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5327
1https://timsong-cpp.github.io/cppwp/move.iterators#move.sentinel-example-1
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
weakly_incrementablehttps://timsong-cpp.github.io/cppwp/iterator.concept.winc#concept:weakly_incrementable
indirect_unary_predicatehttps://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_unary_predicate
indirectly_movablehttps://timsong-cpp.github.io/cppwp/alg.req.ind.move#concept:indirectly_movable
πŸ”—https://timsong-cpp.github.io/cppwp/move.iterators#lib:move_sentinel
semiregularhttps://timsong-cpp.github.io/cppwp/concepts.object#concept:semiregular
convertible_tohttps://timsong-cpp.github.io/cppwp/concept.convertible#concept:convertible_to
assignable_fromhttps://timsong-cpp.github.io/cppwp/concept.assignable#concept:assignable_from
24.5.4.11https://timsong-cpp.github.io/cppwp/move.iterators#move.sent.ops
[move.sent.ops]https://timsong-cpp.github.io/cppwp/move.sent.ops
πŸ”—https://timsong-cpp.github.io/cppwp/move.iterators#lib:move_sentinel,constructor
1https://timsong-cpp.github.io/cppwp/move.iterators#move.sent.ops-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5373
.https://timsong-cpp.github.io/cppwp/move.iterators#move.sent.ops-1.sentence-1
.https://timsong-cpp.github.io/cppwp/move.iterators#move.sent.ops-1.sentence-2
πŸ”—https://timsong-cpp.github.io/cppwp/move.iterators#lib:move_sentinel,constructor_
2https://timsong-cpp.github.io/cppwp/move.iterators#move.sent.ops-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5386
.https://timsong-cpp.github.io/cppwp/move.iterators#move.sent.ops-2.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/move.iterators#lib:move_sentinel,constructor__
convertible_tohttps://timsong-cpp.github.io/cppwp/concept.convertible#concept:convertible_to
3https://timsong-cpp.github.io/cppwp/move.iterators#move.sent.ops-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5399
.https://timsong-cpp.github.io/cppwp/move.iterators#move.sent.ops-3.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/move.iterators#lib:operator=,move_sentinel
assignable_fromhttps://timsong-cpp.github.io/cppwp/concept.assignable#concept:assignable_from
4https://timsong-cpp.github.io/cppwp/move.iterators#move.sent.ops-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5413
πŸ”—https://timsong-cpp.github.io/cppwp/move.iterators#lib:base,move_sentinel
5https://timsong-cpp.github.io/cppwp/move.iterators#move.sent.ops-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5424
.https://timsong-cpp.github.io/cppwp/move.iterators#move.sent.ops-5.sentence-1

URLs of crawlers that visited me.