René's URL Explorer Experiment
go
Title:
[alg.req]
direct link
Domain:
timsong-cpp.github.io
Links
:
[iterators]
https://timsong-cpp.github.io/cppwp/#iterators
[iterator.requirements]
https://timsong-cpp.github.io/cppwp/iterator.requirements#alg.req
[alg.req.general]
https://timsong-cpp.github.io/cppwp/alg.req#general
[alg.req.ind.move]
https://timsong-cpp.github.io/cppwp/alg.req#ind.move
[alg.req.ind.copy]
https://timsong-cpp.github.io/cppwp/alg.req#ind.copy
[alg.req.ind.swap]
https://timsong-cpp.github.io/cppwp/alg.req#ind.swap
[alg.req.ind.cmp]
https://timsong-cpp.github.io/cppwp/alg.req#ind.cmp
[alg.req.permutable]
https://timsong-cpp.github.io/cppwp/alg.req#permutable
[alg.req.mergeable]
https://timsong-cpp.github.io/cppwp/alg.req#mergeable
[alg.req.sortable]
https://timsong-cpp.github.io/cppwp/alg.req#sortable
24.3.7.1
https://timsong-cpp.github.io/cppwp/alg.req#general
[alg.req.general]
https://timsong-cpp.github.io/cppwp/alg.req.general
1
https://timsong-cpp.github.io/cppwp/alg.req#general-1
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L2563
.
https://timsong-cpp.github.io/cppwp/alg.req#general-1.sentence-1
.
https://timsong-cpp.github.io/cppwp/alg.req#general-1.sentence-2
indirectly_readable
https://timsong-cpp.github.io/cppwp/iterator.concept.readable#concept:indirectly_readable
indirectly_writable
https://timsong-cpp.github.io/cppwp/iterator.concept.writable#concept:indirectly_writable
indirectly_movable
https://timsong-cpp.github.io/cppwp/alg.req#concept:indirectly_movable
indirectly_copyable
https://timsong-cpp.github.io/cppwp/alg.req#concept:indirectly_copyable
indirectly_swappable
https://timsong-cpp.github.io/cppwp/alg.req#concept:indirectly_swappable
.
https://timsong-cpp.github.io/cppwp/alg.req#general-1.sentence-3
permutable
https://timsong-cpp.github.io/cppwp/alg.req#concept:permutable
mergeable
https://timsong-cpp.github.io/cppwp/alg.req#concept:mergeable
sortable
https://timsong-cpp.github.io/cppwp/alg.req#concept:sortable
.
https://timsong-cpp.github.io/cppwp/alg.req#general-1.sentence-4
indirectly_comparable
https://timsong-cpp.github.io/cppwp/alg.req#concept:indirectly_comparable
.
https://timsong-cpp.github.io/cppwp/alg.req#general-1.sentence-5
2
https://timsong-cpp.github.io/cppwp/alg.req#general-2
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L2580
1
https://timsong-cpp.github.io/cppwp/alg.req#general-note-1
[range.cmp]
https://timsong-cpp.github.io/cppwp/range.cmp
.
https://timsong-cpp.github.io/cppwp/alg.req#general-2.sentence-1
24.3.7.2
https://timsong-cpp.github.io/cppwp/alg.req#ind.move
[alg.req.ind.move]
https://timsong-cpp.github.io/cppwp/alg.req.ind.move
1
https://timsong-cpp.github.io/cppwp/alg.req#ind.move-1
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L2589
indirectly_movable
https://timsong-cpp.github.io/cppwp/alg.req#concept:indirectly_movable
indirectly_readable
https://timsong-cpp.github.io/cppwp/iterator.concept.readable#concept:indirectly_readable
indirectly_writable
https://timsong-cpp.github.io/cppwp/iterator.concept.writable#concept:indirectly_writable
.
https://timsong-cpp.github.io/cppwp/alg.req#ind.move-1.sentence-1
indirectly_movable
https://timsong-cpp.github.io/cppwp/alg.req#concept:indirectly_movable
indirectly_readable
https://timsong-cpp.github.io/cppwp/iterator.concept.readable#concept:indirectly_readable
indirectly_writable
https://timsong-cpp.github.io/cppwp/iterator.concept.writable#concept:indirectly_writable
2
https://timsong-cpp.github.io/cppwp/alg.req#ind.move-2
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L2601
indirectly_movable_storable
https://timsong-cpp.github.io/cppwp/alg.req#concept:indirectly_movable_storable
indirectly_movable
https://timsong-cpp.github.io/cppwp/alg.req#concept:indirectly_movable
indirectly_readable
https://timsong-cpp.github.io/cppwp/iterator.concept.readable#concept:indirectly_readable
.
https://timsong-cpp.github.io/cppwp/alg.req#ind.move-2.sentence-1
indirectly_movable_storable
https://timsong-cpp.github.io/cppwp/alg.req#concept:indirectly_movable_storable
indirectly_movable
https://timsong-cpp.github.io/cppwp/alg.req#concept:indirectly_movable
indirectly_writable
https://timsong-cpp.github.io/cppwp/iterator.concept.writable#concept:indirectly_writable
movable
https://timsong-cpp.github.io/cppwp/concepts.object#concept:movable
constructible_from
https://timsong-cpp.github.io/cppwp/concept.constructible#concept:constructible_from
assignable_from
https://timsong-cpp.github.io/cppwp/concept.assignable#concept:assignable_from
3
https://timsong-cpp.github.io/cppwp/alg.req#ind.move-3
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L2617
.
https://timsong-cpp.github.io/cppwp/alg.req#ind.move-3.sentence-1
indirectly_movable_storable
https://timsong-cpp.github.io/cppwp/alg.req#concept:indirectly_movable_storable
.
https://timsong-cpp.github.io/cppwp/alg.req#ind.move-3.sentence-2
[lib.types.movedfrom]
https://timsong-cpp.github.io/cppwp/lib.types.movedfrom
.
https://timsong-cpp.github.io/cppwp/alg.req#ind.move-3.sentence-3
24.3.7.3
https://timsong-cpp.github.io/cppwp/alg.req#ind.copy
[alg.req.ind.copy]
https://timsong-cpp.github.io/cppwp/alg.req.ind.copy
1
https://timsong-cpp.github.io/cppwp/alg.req#ind.copy-1
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L2631
indirectly_copyable
https://timsong-cpp.github.io/cppwp/alg.req#concept:indirectly_copyable
indirectly_readable
https://timsong-cpp.github.io/cppwp/iterator.concept.readable#concept:indirectly_readable
indirectly_writable
https://timsong-cpp.github.io/cppwp/iterator.concept.writable#concept:indirectly_writable
.
https://timsong-cpp.github.io/cppwp/alg.req#ind.copy-1.sentence-1
indirectly_copyable
https://timsong-cpp.github.io/cppwp/alg.req#concept:indirectly_copyable
indirectly_readable
https://timsong-cpp.github.io/cppwp/iterator.concept.readable#concept:indirectly_readable
indirectly_writable
https://timsong-cpp.github.io/cppwp/iterator.concept.writable#concept:indirectly_writable
2
https://timsong-cpp.github.io/cppwp/alg.req#ind.copy-2
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L2643
indirectly_copyable_storable
https://timsong-cpp.github.io/cppwp/alg.req#concept:indirectly_copyable_storable
indirectly_copyable
https://timsong-cpp.github.io/cppwp/alg.req#concept:indirectly_copyable
indirectly_readable
https://timsong-cpp.github.io/cppwp/iterator.concept.readable#concept:indirectly_readable
.
https://timsong-cpp.github.io/cppwp/alg.req#ind.copy-2.sentence-1
.
https://timsong-cpp.github.io/cppwp/alg.req#ind.copy-2.sentence-2
indirectly_copyable_storable
https://timsong-cpp.github.io/cppwp/alg.req#concept:indirectly_copyable_storable
indirectly_copyable
https://timsong-cpp.github.io/cppwp/alg.req#concept:indirectly_copyable
indirectly_writable
https://timsong-cpp.github.io/cppwp/iterator.concept.writable#concept:indirectly_writable
indirectly_writable
https://timsong-cpp.github.io/cppwp/iterator.concept.writable#concept:indirectly_writable
indirectly_writable
https://timsong-cpp.github.io/cppwp/iterator.concept.writable#concept:indirectly_writable
indirectly_writable
https://timsong-cpp.github.io/cppwp/iterator.concept.writable#concept:indirectly_writable
copyable
https://timsong-cpp.github.io/cppwp/concepts.object#concept:copyable
constructible_from
https://timsong-cpp.github.io/cppwp/concept.constructible#concept:constructible_from
assignable_from
https://timsong-cpp.github.io/cppwp/concept.assignable#concept:assignable_from
3
https://timsong-cpp.github.io/cppwp/alg.req#ind.copy-3
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L2663
.
https://timsong-cpp.github.io/cppwp/alg.req#ind.copy-3.sentence-1
indirectly_copyable_storable
https://timsong-cpp.github.io/cppwp/alg.req#concept:indirectly_copyable_storable
.
https://timsong-cpp.github.io/cppwp/alg.req#ind.copy-3.sentence-2
[lib.types.movedfrom]
https://timsong-cpp.github.io/cppwp/lib.types.movedfrom
.
https://timsong-cpp.github.io/cppwp/alg.req#ind.copy-3.sentence-3
24.3.7.4
https://timsong-cpp.github.io/cppwp/alg.req#ind.swap
[alg.req.ind.swap]
https://timsong-cpp.github.io/cppwp/alg.req.ind.swap
1
https://timsong-cpp.github.io/cppwp/alg.req#ind.swap-1
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L2677
indirectly_swappable
https://timsong-cpp.github.io/cppwp/alg.req#concept:indirectly_swappable
indirectly_readable
https://timsong-cpp.github.io/cppwp/iterator.concept.readable#concept:indirectly_readable
.
https://timsong-cpp.github.io/cppwp/alg.req#ind.swap-1.sentence-1
indirectly_swappable
https://timsong-cpp.github.io/cppwp/alg.req#concept:indirectly_swappable
indirectly_readable
https://timsong-cpp.github.io/cppwp/iterator.concept.readable#concept:indirectly_readable
indirectly_readable
https://timsong-cpp.github.io/cppwp/iterator.concept.readable#concept:indirectly_readable
24.3.7.5
https://timsong-cpp.github.io/cppwp/alg.req#ind.cmp
[alg.req.ind.cmp]
https://timsong-cpp.github.io/cppwp/alg.req.ind.cmp
1
https://timsong-cpp.github.io/cppwp/alg.req#ind.cmp-1
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L2695
indirectly_comparable
https://timsong-cpp.github.io/cppwp/alg.req#concept:indirectly_comparable
.
https://timsong-cpp.github.io/cppwp/alg.req#ind.cmp-1.sentence-1
indirectly_comparable
https://timsong-cpp.github.io/cppwp/alg.req#concept:indirectly_comparable
indirect_binary_predicate
https://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_binary_predicate
24.3.7.6
https://timsong-cpp.github.io/cppwp/alg.req#permutable
[alg.req.permutable]
https://timsong-cpp.github.io/cppwp/alg.req.permutable
1
https://timsong-cpp.github.io/cppwp/alg.req#permutable-1
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L2709
permutable
https://timsong-cpp.github.io/cppwp/alg.req#concept:permutable
.
https://timsong-cpp.github.io/cppwp/alg.req#permutable-1.sentence-1
permutable
https://timsong-cpp.github.io/cppwp/alg.req#concept:permutable
forward_iterator
https://timsong-cpp.github.io/cppwp/iterator.concept.forward#concept:forward_iterator
indirectly_movable_storable
https://timsong-cpp.github.io/cppwp/alg.req#concept:indirectly_movable_storable
indirectly_swappable
https://timsong-cpp.github.io/cppwp/alg.req#concept:indirectly_swappable
24.3.7.7
https://timsong-cpp.github.io/cppwp/alg.req#mergeable
[alg.req.mergeable]
https://timsong-cpp.github.io/cppwp/alg.req.mergeable
1
https://timsong-cpp.github.io/cppwp/alg.req#mergeable-1
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L2723
mergeable
https://timsong-cpp.github.io/cppwp/alg.req#concept:mergeable
.
https://timsong-cpp.github.io/cppwp/alg.req#mergeable-1.sentence-1
mergeable
https://timsong-cpp.github.io/cppwp/alg.req#concept:mergeable
input_iterator
https://timsong-cpp.github.io/cppwp/iterator.concept.input#concept:input_iterator
input_iterator
https://timsong-cpp.github.io/cppwp/iterator.concept.input#concept:input_iterator
weakly_incrementable
https://timsong-cpp.github.io/cppwp/iterator.concept.winc#concept:weakly_incrementable
indirectly_copyable
https://timsong-cpp.github.io/cppwp/alg.req#concept:indirectly_copyable
indirectly_copyable
https://timsong-cpp.github.io/cppwp/alg.req#concept:indirectly_copyable
indirect_strict_weak_order
https://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_strict_weak_order
24.3.7.8
https://timsong-cpp.github.io/cppwp/alg.req#sortable
[alg.req.sortable]
https://timsong-cpp.github.io/cppwp/alg.req.sortable
1
https://timsong-cpp.github.io/cppwp/alg.req#sortable-1
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/iterators.tex#L2741
sortable
https://timsong-cpp.github.io/cppwp/alg.req#concept:sortable
.
https://timsong-cpp.github.io/cppwp/alg.req#sortable-1.sentence-1
sortable
https://timsong-cpp.github.io/cppwp/alg.req#concept:sortable
permutable
https://timsong-cpp.github.io/cppwp/alg.req#concept:permutable
indirect_strict_weak_order
https://timsong-cpp.github.io/cppwp/indirectcallable.indirectinvocable#concept:indirect_strict_weak_order
URLs of
crawlers that visited me
.