RenΓ©'s URL Explorer Experiment


Title: [refwrap]

direct link

Domain: timsong-cpp.github.io

Links:

[utilities]https://timsong-cpp.github.io/cppwp/#utilities
[function.objects]https://timsong-cpp.github.io/cppwp/function.objects#refwrap
[refwrap.general]https://timsong-cpp.github.io/cppwp/refwrap#general
[refwrap.const]https://timsong-cpp.github.io/cppwp/refwrap#const
[refwrap.assign]https://timsong-cpp.github.io/cppwp/refwrap#assign
[refwrap.access]https://timsong-cpp.github.io/cppwp/refwrap#access
[refwrap.invoke]https://timsong-cpp.github.io/cppwp/refwrap#invoke
[refwrap.comparisons]https://timsong-cpp.github.io/cppwp/refwrap#comparisons
[refwrap.helpers]https://timsong-cpp.github.io/cppwp/refwrap#helpers
[refwrap.common.ref]https://timsong-cpp.github.io/cppwp/refwrap#common.ref
22.10.6.1https://timsong-cpp.github.io/cppwp/refwrap#general
[refwrap.general]https://timsong-cpp.github.io/cppwp/refwrap.general
πŸ”—https://timsong-cpp.github.io/cppwp/refwrap#lib:reference_wrapper
[refwrap.const]https://timsong-cpp.github.io/cppwp/refwrap#const
[refwrap.assign]https://timsong-cpp.github.io/cppwp/refwrap#assign
[refwrap.access]https://timsong-cpp.github.io/cppwp/refwrap#access
[refwrap.invoke]https://timsong-cpp.github.io/cppwp/refwrap#invoke
[refwrap.comparisons]https://timsong-cpp.github.io/cppwp/refwrap#comparisons
1https://timsong-cpp.github.io/cppwp/refwrap#general-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/utilities.tex#L12309
Cpp17CopyConstructiblehttps://timsong-cpp.github.io/cppwp/utility.arg.requirements#:Cpp17CopyConstructible
Cpp17CopyAssignablehttps://timsong-cpp.github.io/cppwp/utility.arg.requirements#:Cpp17CopyAssignable
.https://timsong-cpp.github.io/cppwp/refwrap#general-1.sentence-1
2https://timsong-cpp.github.io/cppwp/refwrap#general-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/utilities.tex#L12313
[basic.types.general]https://timsong-cpp.github.io/cppwp/basic.types.general#term.trivially.copyable.type
.https://timsong-cpp.github.io/cppwp/refwrap#general-2.sentence-1
3https://timsong-cpp.github.io/cppwp/refwrap#general-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/utilities.tex#L12317
.https://timsong-cpp.github.io/cppwp/refwrap#general-3.sentence-1
1https://timsong-cpp.github.io/cppwp/refwrap#general-note-1
[refwrap.comparisons]https://timsong-cpp.github.io/cppwp/refwrap#comparisons
[temp.point]https://timsong-cpp.github.io/cppwp/temp.point
[temp.constr.atomic]https://timsong-cpp.github.io/cppwp/temp.constr.atomic
.https://timsong-cpp.github.io/cppwp/refwrap#general-3.sentence-2
22.10.6.2https://timsong-cpp.github.io/cppwp/refwrap#const
[refwrap.const]https://timsong-cpp.github.io/cppwp/refwrap.const
πŸ”—https://timsong-cpp.github.io/cppwp/refwrap#lib:reference_wrapper,constructor
1https://timsong-cpp.github.io/cppwp/refwrap#const-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/utilities.tex#L12336
2https://timsong-cpp.github.io/cppwp/refwrap#const-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/utilities.tex#L12343
.https://timsong-cpp.github.io/cppwp/refwrap#const-2.sentence-1
3https://timsong-cpp.github.io/cppwp/refwrap#const-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/utilities.tex#L12348
.https://timsong-cpp.github.io/cppwp/refwrap#const-3.sentence-1
4https://timsong-cpp.github.io/cppwp/refwrap#const-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/utilities.tex#L12355
.https://timsong-cpp.github.io/cppwp/refwrap#const-4.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/refwrap#lib:reference_wrapper,constructor_
5https://timsong-cpp.github.io/cppwp/refwrap#const-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/utilities.tex#L12367
.https://timsong-cpp.github.io/cppwp/refwrap#const-5.sentence-1
22.10.6.3https://timsong-cpp.github.io/cppwp/refwrap#assign
[refwrap.assign]https://timsong-cpp.github.io/cppwp/refwrap.assign
πŸ”—https://timsong-cpp.github.io/cppwp/refwrap#lib:operator=,reference_wrapper
1https://timsong-cpp.github.io/cppwp/refwrap#assign-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/utilities.tex#L12381
.https://timsong-cpp.github.io/cppwp/refwrap#assign-1.sentence-1
22.10.6.4https://timsong-cpp.github.io/cppwp/refwrap#access
[refwrap.access]https://timsong-cpp.github.io/cppwp/refwrap.access
πŸ”—https://timsong-cpp.github.io/cppwp/refwrap#lib:operator_T&,reference_wrapper
1https://timsong-cpp.github.io/cppwp/refwrap#access-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/utilities.tex#L12394
.https://timsong-cpp.github.io/cppwp/refwrap#access-1.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/refwrap#lib:get,reference_wrapper
2https://timsong-cpp.github.io/cppwp/refwrap#access-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/utilities.tex#L12405
.https://timsong-cpp.github.io/cppwp/refwrap#access-2.sentence-1
22.10.6.5https://timsong-cpp.github.io/cppwp/refwrap#invoke
[refwrap.invoke]https://timsong-cpp.github.io/cppwp/refwrap.invoke
πŸ”—https://timsong-cpp.github.io/cppwp/refwrap#lib:operator(),reference_wrapper
1https://timsong-cpp.github.io/cppwp/refwrap#invoke-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/utilities.tex#L12420
.https://timsong-cpp.github.io/cppwp/refwrap#invoke-1.sentence-1
2https://timsong-cpp.github.io/cppwp/refwrap#invoke-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/utilities.tex#L12424
[func.require]https://timsong-cpp.github.io/cppwp/func.require
.https://timsong-cpp.github.io/cppwp/refwrap#invoke-2.sentence-1
22.10.6.6https://timsong-cpp.github.io/cppwp/refwrap#comparisons
[refwrap.comparisons]https://timsong-cpp.github.io/cppwp/refwrap.comparisons
πŸ”—https://timsong-cpp.github.io/cppwp/refwrap#comparisons-itemdecl:1
1https://timsong-cpp.github.io/cppwp/refwrap#comparisons-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/utilities.tex#L12436
.https://timsong-cpp.github.io/cppwp/refwrap#comparisons-1.sentence-1
2https://timsong-cpp.github.io/cppwp/refwrap#comparisons-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/utilities.tex#L12441
.https://timsong-cpp.github.io/cppwp/refwrap#comparisons-2.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/refwrap#comparisons-itemdecl:2
3https://timsong-cpp.github.io/cppwp/refwrap#comparisons-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/utilities.tex#L12451
.https://timsong-cpp.github.io/cppwp/refwrap#comparisons-3.sentence-1
4https://timsong-cpp.github.io/cppwp/refwrap#comparisons-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/utilities.tex#L12456
.https://timsong-cpp.github.io/cppwp/refwrap#comparisons-4.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/refwrap#comparisons-itemdecl:3
5https://timsong-cpp.github.io/cppwp/refwrap#comparisons-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/utilities.tex#L12466
.https://timsong-cpp.github.io/cppwp/refwrap#comparisons-5.sentence-1
6https://timsong-cpp.github.io/cppwp/refwrap#comparisons-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/utilities.tex#L12472
.https://timsong-cpp.github.io/cppwp/refwrap#comparisons-6.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/refwrap#comparisons-itemdecl:4
7https://timsong-cpp.github.io/cppwp/refwrap#comparisons-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/utilities.tex#L12482
.https://timsong-cpp.github.io/cppwp/refwrap#comparisons-7.sentence-1
8https://timsong-cpp.github.io/cppwp/refwrap#comparisons-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/utilities.tex#L12487
.https://timsong-cpp.github.io/cppwp/refwrap#comparisons-8.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/refwrap#comparisons-itemdecl:5
9https://timsong-cpp.github.io/cppwp/refwrap#comparisons-9
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/utilities.tex#L12497
.https://timsong-cpp.github.io/cppwp/refwrap#comparisons-9.sentence-1
10https://timsong-cpp.github.io/cppwp/refwrap#comparisons-10
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/utilities.tex#L12502
.https://timsong-cpp.github.io/cppwp/refwrap#comparisons-10.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/refwrap#comparisons-itemdecl:6
11https://timsong-cpp.github.io/cppwp/refwrap#comparisons-11
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/utilities.tex#L12512
.https://timsong-cpp.github.io/cppwp/refwrap#comparisons-11.sentence-1
.https://timsong-cpp.github.io/cppwp/refwrap#comparisons-11.sentence-2
12https://timsong-cpp.github.io/cppwp/refwrap#comparisons-12
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/utilities.tex#L12518
.https://timsong-cpp.github.io/cppwp/refwrap#comparisons-12.sentence-1
22.10.6.7https://timsong-cpp.github.io/cppwp/refwrap#helpers
[refwrap.helpers]https://timsong-cpp.github.io/cppwp/refwrap.helpers
1https://timsong-cpp.github.io/cppwp/refwrap#helpers-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/utilities.tex#L12525
.https://timsong-cpp.github.io/cppwp/refwrap#helpers-1.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/refwrap#lib:ref,reference_wrapper
2https://timsong-cpp.github.io/cppwp/refwrap#helpers-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/utilities.tex#L12536
.https://timsong-cpp.github.io/cppwp/refwrap#helpers-2.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/refwrap#lib:ref,reference_wrapper_
3https://timsong-cpp.github.io/cppwp/refwrap#helpers-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/utilities.tex#L12547
.https://timsong-cpp.github.io/cppwp/refwrap#helpers-3.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/refwrap#lib:cref,reference_wrapper
4https://timsong-cpp.github.io/cppwp/refwrap#helpers-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/utilities.tex#L12558
.https://timsong-cpp.github.io/cppwp/refwrap#helpers-4.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/refwrap#lib:cref,reference_wrapper_
5https://timsong-cpp.github.io/cppwp/refwrap#helpers-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/utilities.tex#L12569
.https://timsong-cpp.github.io/cppwp/refwrap#helpers-5.sentence-1
22.10.6.8https://timsong-cpp.github.io/cppwp/refwrap#common.ref
[refwrap.common.ref]https://timsong-cpp.github.io/cppwp/refwrap.common.ref
πŸ”—https://timsong-cpp.github.io/cppwp/refwrap#lib:basic_common_reference
ref-wrap-common-reference-exists-withhttps://timsong-cpp.github.io/cppwp/refwrap#concept:ref-wrap-common-reference-exists-with
convertible_tohttps://timsong-cpp.github.io/cppwp/concept.convertible#concept:convertible_to
ref-wrap-common-reference-exists-withhttps://timsong-cpp.github.io/cppwp/refwrap#concept:ref-wrap-common-reference-exists-with
ref-wrap-common-reference-exists-withhttps://timsong-cpp.github.io/cppwp/refwrap#concept:ref-wrap-common-reference-exists-with
ref-wrap-common-reference-exists-withhttps://timsong-cpp.github.io/cppwp/refwrap#concept:ref-wrap-common-reference-exists-with
ref-wrap-common-reference-exists-withhttps://timsong-cpp.github.io/cppwp/refwrap#concept:ref-wrap-common-reference-exists-with

URLs of crawlers that visited me.