RenΓ©'s URL Explorer Experiment


Title: [iterators.common]

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#iterators.common
[common.iterator]https://timsong-cpp.github.io/cppwp/iterators.common#common.iterator
[common.iter.types]https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.types
[common.iter.const]https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.const
[common.iter.access]https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.access
[common.iter.nav]https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.nav
[common.iter.cmp]https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.cmp
[common.iter.cust]https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.cust
24.5.5.1https://timsong-cpp.github.io/cppwp/iterators.common#common.iterator
[common.iterator]https://timsong-cpp.github.io/cppwp/common.iterator
1https://timsong-cpp.github.io/cppwp/iterators.common#common.iterator-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5433
.https://timsong-cpp.github.io/cppwp/iterators.common#common.iterator-1.sentence-1
.https://timsong-cpp.github.io/cppwp/iterators.common#common.iterator-1.sentence-2
2https://timsong-cpp.github.io/cppwp/iterators.common#common.iterator-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5440
1https://timsong-cpp.github.io/cppwp/iterators.common#common.iterator-note-1
.https://timsong-cpp.github.io/cppwp/iterators.common#common.iterator-2.sentence-1
3https://timsong-cpp.github.io/cppwp/iterators.common#common.iterator-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5446
1https://timsong-cpp.github.io/cppwp/iterators.common#common.iterator-example-1
πŸ”—https://timsong-cpp.github.io/cppwp/iterators.common#lib:common_iterator
input_or_output_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.iterator#concept:input_or_output_iterator
sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sentinel#concept:sentinel_for
same_ashttps://timsong-cpp.github.io/cppwp/concept.same#concept:same_as
copyablehttps://timsong-cpp.github.io/cppwp/concepts.object#concept:copyable
default_initializablehttps://timsong-cpp.github.io/cppwp/concept.default.init#concept:default_initializable
convertible_tohttps://timsong-cpp.github.io/cppwp/concept.convertible#concept:convertible_to
convertible_tohttps://timsong-cpp.github.io/cppwp/concept.convertible#concept:convertible_to
convertible_tohttps://timsong-cpp.github.io/cppwp/concept.convertible#concept:convertible_to
convertible_tohttps://timsong-cpp.github.io/cppwp/concept.convertible#concept:convertible_to
assignable_fromhttps://timsong-cpp.github.io/cppwp/concept.assignable#concept:assignable_from
assignable_fromhttps://timsong-cpp.github.io/cppwp/concept.assignable#concept:assignable_from
dereferenceablehttps://timsong-cpp.github.io/cppwp/iterator.synopsis#concept:dereferenceable
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
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
equality_comparable_withhttps://timsong-cpp.github.io/cppwp/concept.equalitycomparable#concept:equality_comparable_with
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
sized_sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel#concept:sized_sentinel_for
input_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.input#concept:input_iterator
indirectly_swappablehttps://timsong-cpp.github.io/cppwp/alg.req.ind.swap#concept:indirectly_swappable
input_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.input#concept:input_iterator
24.5.5.2https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.types
[common.iter.types]https://timsong-cpp.github.io/cppwp/common.iter.types
1https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.types-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5532
typedef-namehttps://timsong-cpp.github.io/cppwp/dcl.typedef#nt:typedef-name
.https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.types-1.sentence-1
qualified-idhttps://timsong-cpp.github.io/cppwp/expr.prim.id.qual#nt:qualified-id
derived_fromhttps://timsong-cpp.github.io/cppwp/concept.derived#concept:derived_from
.https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.types-1.sentence-2
2https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.types-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5543
typedef-namehttps://timsong-cpp.github.io/cppwp/dcl.typedef#nt:typedef-name
(2.1)https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.types-2.1
forward_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.forward#concept:forward_iterator
.https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.types-2.1.sentence-1
(2.2)https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.types-2.2
.https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.types-2.2.sentence-1
.https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.types-2.2.sentence-2
.https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.types-2.2.sentence-3
24.5.5.3https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.const
[common.iter.const]https://timsong-cpp.github.io/cppwp/common.iter.const
πŸ”—https://timsong-cpp.github.io/cppwp/iterators.common#lib:common_iterator,constructor
1https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.const-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5567
.https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.const-1.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/iterators.common#lib:common_iterator,constructor_
2https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.const-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5578
.https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.const-2.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/iterators.common#lib:common_iterator,constructor__
convertible_tohttps://timsong-cpp.github.io/cppwp/concept.convertible#concept:convertible_to
convertible_tohttps://timsong-cpp.github.io/cppwp/concept.convertible#concept:convertible_to
3https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.const-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5592
.https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.const-3.sentence-1
4https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.const-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5596
.https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.const-4.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/iterators.common#lib:operator=,common_iterator
convertible_tohttps://timsong-cpp.github.io/cppwp/concept.convertible#concept:convertible_to
convertible_tohttps://timsong-cpp.github.io/cppwp/concept.convertible#concept:convertible_to
assignable_fromhttps://timsong-cpp.github.io/cppwp/concept.assignable#concept:assignable_from
assignable_fromhttps://timsong-cpp.github.io/cppwp/concept.assignable#concept:assignable_from
5https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.const-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5612
.https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.const-5.sentence-1
6https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.const-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5616
(6.1)https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.const-6.1
.https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.const-6.1.sentence-1
(6.2)https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.const-6.2
.https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.const-6.2.sentence-1
.https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.const-6.sentence-2
7https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.const-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5627
.https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.const-7.sentence-1
24.5.5.4https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.access
[common.iter.access]https://timsong-cpp.github.io/cppwp/common.iter.access
πŸ”—https://timsong-cpp.github.io/cppwp/iterators.common#lib:operator*,common_iterator
dereferenceablehttps://timsong-cpp.github.io/cppwp/iterator.synopsis#concept:dereferenceable
1https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.access-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5642
.https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.access-1.sentence-1
2https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.access-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5646
πŸ”—https://timsong-cpp.github.io/cppwp/iterators.common#lib:operator-%3e,common_iterator
3https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.access-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5658
requires-clausehttps://timsong-cpp.github.io/cppwp/temp.pre#nt:requires-clause
indirectly_readablehttps://timsong-cpp.github.io/cppwp/iterator.concept.readable#concept:indirectly_readable
constructible_fromhttps://timsong-cpp.github.io/cppwp/concept.constructible#concept:constructible_from
4https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.access-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5667
.https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.access-4.sentence-1
5https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.access-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5671
(5.1)https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.access-5.1
(5.2)https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.access-5.2
(5.3)https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.access-5.3
24.5.5.5https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.nav
[common.iter.nav]https://timsong-cpp.github.io/cppwp/common.iter.nav
πŸ”—https://timsong-cpp.github.io/cppwp/iterators.common#lib:operator++,common_iterator
1https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.nav-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5712
.https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.nav-1.sentence-1
2https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.nav-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5716
.https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.nav-2.sentence-1
3https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.nav-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5720
.https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.nav-3.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/iterators.common#lib:operator++,common_iterator_
4https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.nav-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5731
.https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.nav-4.sentence-1
5https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.nav-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5735
forward_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.forward#concept:forward_iterator
can-referencehttps://timsong-cpp.github.io/cppwp/iterator.synopsis#concept:can-reference
indirectly_readablehttps://timsong-cpp.github.io/cppwp/iterator.concept.readable#concept:indirectly_readable
constructible_fromhttps://timsong-cpp.github.io/cppwp/concept.constructible#concept:constructible_from
move_constructiblehttps://timsong-cpp.github.io/cppwp/concept.moveconstructible#concept:move_constructible
24.5.5.6https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.cmp
[common.iter.cmp]https://timsong-cpp.github.io/cppwp/common.iter.cmp
πŸ”—https://timsong-cpp.github.io/cppwp/iterators.common#lib:operator==,common_iterator
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
1https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.cmp-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5786
.https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.cmp-1.sentence-1
2https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.cmp-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5791
.https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.cmp-2.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/iterators.common#lib:operator==,common_iterator_
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
equality_comparable_withhttps://timsong-cpp.github.io/cppwp/concept.equalitycomparable#concept:equality_comparable_with
3https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.cmp-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5807
.https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.cmp-3.sentence-1
4https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.cmp-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5812
.https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.cmp-4.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/iterators.common#lib:operator-,common_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
sized_sentinel_forhttps://timsong-cpp.github.io/cppwp/iterator.concept.sizedsentinel#concept:sized_sentinel_for
5https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.cmp-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5828
.https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.cmp-5.sentence-1
6https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.cmp-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5833
.https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.cmp-6.sentence-1
24.5.5.7https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.cust
[common.iter.cust]https://timsong-cpp.github.io/cppwp/common.iter.cust
πŸ”—https://timsong-cpp.github.io/cppwp/iterators.common#lib:iter_move,common_iterator
input_iteratorhttps://timsong-cpp.github.io/cppwp/iterator.concept.input#concept:input_iterator
1https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.cust-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5850
.https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.cust-1.sentence-1
2https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.cust-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5854
πŸ”—https://timsong-cpp.github.io/cppwp/iterators.common#lib:iter_swap,common_iterator
indirectly_swappablehttps://timsong-cpp.github.io/cppwp/alg.req.ind.swap#concept:indirectly_swappable
3https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.cust-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5867
.https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.cust-3.sentence-1
4https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.cust-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L5872
.https://timsong-cpp.github.io/cppwp/iterators.common#common.iter.cust-4.sentence-1

URLs of crawlers that visited me.