René's URL Explorer Experiment


Title: [iterator.requirements.general]

direct link

Domain: timsong-cpp.github.io

Links:

[iterators]https://timsong-cpp.github.io/cppwp/n4861/#iterators
[iterator.requirements]https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements#general
1https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#1
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/iterators.tex#L461
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#1.sentence-1
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#1.sentence-2
value typehttps://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#def:value_type
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#1.sentence-3
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#1.sentence-4
[iterator.concept.winc]https://timsong-cpp.github.io/cppwp/n4861/iterator.concept.winc
difference typehttps://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#def:difference_type
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#1.sentence-5
2https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#2
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/iterators.tex#L487
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#2.sentence-1
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#2.sentence-2
input iteratorshttps://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#def:input_iterators
output iteratorshttps://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#def:output_iterators
forward iteratorshttps://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#def:forward_iterators
bidirectional iteratorshttps://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#def:bidirectional_iterators
random access iteratorshttps://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#def:random_access_iterators
contiguous iteratorshttps://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#def:contiguous_iterators
83https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#tab:iterators.relations
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#2.sentence-3
83https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#tab:iterators.relations
3https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#3
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/iterators.tex#L518
(3.1)https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#3.1
[iterator.concept.input]https://timsong-cpp.github.io/cppwp/n4861/iterator.concept.input
(3.2)https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#3.2
[iterator.concept.output]https://timsong-cpp.github.io/cppwp/n4861/iterator.concept.output
(3.3)https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#3.3
[iterator.concept.forward]https://timsong-cpp.github.io/cppwp/n4861/iterator.concept.forward
(3.4)https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#3.4
[iterator.concept.bidir]https://timsong-cpp.github.io/cppwp/n4861/iterator.concept.bidir
(3.5)https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#3.5
[iterator.concept.random.access]https://timsong-cpp.github.io/cppwp/n4861/iterator.concept.random.access
(3.6)https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#3.6
[iterator.concept.contiguous]https://timsong-cpp.github.io/cppwp/n4861/iterator.concept.contiguous
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#3.sentence-1
iteratorhttps://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#def:iterator
[iterator.concept.iterator]https://timsong-cpp.github.io/cppwp/n4861/iterator.concept.iterator
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#3.sentence-2
4https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#4
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/iterators.tex#L533
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#4.sentence-1
5https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#5
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/iterators.tex#L544
mutable iteratorshttps://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#def:mutable_iterator
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#5.sentence-1
constant iteratorshttps://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#def:constant_iterator
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#5.sentence-2
6https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#6
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/iterators.tex#L549
typedef-namehttps://timsong-cpp.github.io/cppwp/n4861/dcl.typedef#nt:typedef-name
[iterator.traits]https://timsong-cpp.github.io/cppwp/n4861/iterator.traits
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#6.sentence-1
Notehttps://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#6.note-1
typedef-namehttps://timsong-cpp.github.io/cppwp/n4861/dcl.typedef#nt:typedef-name
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#6.sentence-2
7https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#7
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/iterators.tex#L559
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#7.sentence-1
past-the-end valuehttps://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#def:iterator,past-the-end
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#7.sentence-2
dereferenceablehttps://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#def:iterator,dereferenceable
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#7.sentence-3
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#7.sentence-4
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#7.sentence-5
Examplehttps://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#7.example-1
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#7.sentence-6
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#7.sentence-7
Notehttps://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#7.note-1
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#7.sentence-8
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#7.sentence-9
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#7.sentence-10
8https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#8
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/iterators.tex#L593
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#8.sentence-1
rangehttps://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#def:range
sentinelhttps://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#def:sentinel
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#8.sentence-2
228https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#footnote-228
9https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#9
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/iterators.tex#L602
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#9.sentence-1
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#9.sentence-2
10https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#10
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/iterators.tex#L613
reachable fromhttps://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#def:reachable_from
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#10.sentence-1
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#10.sentence-2
11https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#11
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/iterators.tex#L619
counted rangehttps://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#def:range,counted
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#11.sentence-1
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#11.sentence-2
12https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#12
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/iterators.tex#L630
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#12.sentence-1
13https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#13
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/iterators.tex#L634
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#13.sentence-1
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#13.sentence-2
14https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#14
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/iterators.tex#L640
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#14.sentence-1
15https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#15
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/iterators.tex#L644
invalid iteratorhttps://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#def:iterator,invalid
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#15.sentence-1
229https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#footnote-229
16https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#16
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/iterators.tex#L651
constexpr iteratorshttps://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#def:constexpr_iterators
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#16.sentence-1
Notehttps://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#16.note-1
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#16.sentence-2
228)https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#footnote-228
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#footnote-228.sentence-1
https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#footnoteref-228
229)https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#footnote-229
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#footnote-229.sentence-1
.https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#footnote-229.sentence-2
https://timsong-cpp.github.io/cppwp/n4861/iterator.requirements.general#footnoteref-229

URLs of crawlers that visited me.