René's URL Explorer Experiment


Title: [function.objects]

direct link

Domain: timsong-cpp.github.io

Links:

[utilities]https://timsong-cpp.github.io/cppwp/n4659/#utilities
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L12906
function object typehttps://timsong-cpp.github.io/cppwp/n4659/function.objects#def:function_object,type
object typehttps://timsong-cpp.github.io/cppwp/n4659/basic.types#def:object_type
postfix-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.post#nt:postfix-expression
[expr.call]https://timsong-cpp.github.io/cppwp/n4659/expr.call
[over.match.call]https://timsong-cpp.github.io/cppwp/n4659/over.match.call
222https://timsong-cpp.github.io/cppwp/n4659/function.objects#footnote-222
function objecthttps://timsong-cpp.github.io/cppwp/n4659/function.objects#def:function_object
[algorithms]https://timsong-cpp.github.io/cppwp/n4659/algorithms
222)https://timsong-cpp.github.io/cppwp/n4659/function.objects#footnote-222
23.14.1https://timsong-cpp.github.io/cppwp/n4659/function.objects#functional.syn
[functional.syn]https://timsong-cpp.github.io/cppwp/n4659/functional.syn
[func.invoke]https://timsong-cpp.github.io/cppwp/n4659/func.invoke
[refwrap]https://timsong-cpp.github.io/cppwp/n4659/refwrap
[arithmetic.operations]https://timsong-cpp.github.io/cppwp/n4659/arithmetic.operations
[comparisons]https://timsong-cpp.github.io/cppwp/n4659/comparisons
[logical.operations]https://timsong-cpp.github.io/cppwp/n4659/logical.operations
[bitwise.operations]https://timsong-cpp.github.io/cppwp/n4659/bitwise.operations
[func.not_fn]https://timsong-cpp.github.io/cppwp/n4659/func.not_fn
[func.bind]https://timsong-cpp.github.io/cppwp/n4659/func.bind
[func.memfn]https://timsong-cpp.github.io/cppwp/n4659/func.memfn
[func.wrap]https://timsong-cpp.github.io/cppwp/n4659/func.wrap
[func.search]https://timsong-cpp.github.io/cppwp/n4659/func.search
[unord.hash]https://timsong-cpp.github.io/cppwp/n4659/unord.hash
[func.bind]https://timsong-cpp.github.io/cppwp/n4659/func.bind
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#functional.syn-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13058
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#functional.syn-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13069
23.14.2https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.def
[func.def]https://timsong-cpp.github.io/cppwp/n4659/func.def
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.def-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13081
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.def-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13084
call signaturehttps://timsong-cpp.github.io/cppwp/n4659/function.objects#def:call_signature
3https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.def-3
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13088
callable typehttps://timsong-cpp.github.io/cppwp/n4659/function.objects#def:callable_type
function object typehttps://timsong-cpp.github.io/cppwp/n4659/function.objects#def:function_object,type
4https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.def-4
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13092
callable objecthttps://timsong-cpp.github.io/cppwp/n4659/function.objects#def:callable_object
5https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.def-5
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13095
call wrapper typehttps://timsong-cpp.github.io/cppwp/n4659/function.objects#def:call_wrapper,type
6https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.def-6
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13099
call wrapperhttps://timsong-cpp.github.io/cppwp/n4659/function.objects#def:call_wrapper
7https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.def-7
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13102
target objecthttps://timsong-cpp.github.io/cppwp/n4659/function.objects#def:target_object
23.14.3https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.require
[func.require]https://timsong-cpp.github.io/cppwp/n4659/func.require
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.require-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13107
(1.1)https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.require-1.1
(1.2)https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.require-1.2
(1.3)https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.require-1.3
(1.4)https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.require-1.4
(1.5)https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.require-1.5
(1.6)https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.require-1.6
(1.7)https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.require-1.7
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.require-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13139
3https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.require-3
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13147
call wrapperhttps://timsong-cpp.github.io/cppwp/n4659/func.def#def:call_wrapper_type
forwarding call wrapperhttps://timsong-cpp.github.io/cppwp/n4659/function.objects#def:forwarding_call_wrapper
simple call wrapperhttps://timsong-cpp.github.io/cppwp/n4659/function.objects#def:simple_call_wrapper
23.14.4https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.invoke
[func.invoke]https://timsong-cpp.github.io/cppwp/n4659/func.invoke
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.invoke-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13183
[func.require]https://timsong-cpp.github.io/cppwp/n4659/func.require
23.14.5https://timsong-cpp.github.io/cppwp/n4659/function.objects#refwrap
[refwrap]https://timsong-cpp.github.io/cppwp/n4659/refwrap
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#refwrap-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13222
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#refwrap-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13226
trivially copyable typehttps://timsong-cpp.github.io/cppwp/n4659/basic.types#def:trivially_copyable_types
23.14.5.1https://timsong-cpp.github.io/cppwp/n4659/function.objects#refwrap.const
[refwrap.const]https://timsong-cpp.github.io/cppwp/n4659/refwrap.const
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#refwrap.const-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13238
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#refwrap.const-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13249
23.14.5.2https://timsong-cpp.github.io/cppwp/n4659/function.objects#refwrap.assign
[refwrap.assign]https://timsong-cpp.github.io/cppwp/n4659/refwrap.assign
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#refwrap.assign-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13261
23.14.5.3https://timsong-cpp.github.io/cppwp/n4659/function.objects#refwrap.access
[refwrap.access]https://timsong-cpp.github.io/cppwp/n4659/refwrap.access
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#refwrap.access-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13272
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#refwrap.access-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13281
23.14.5.4https://timsong-cpp.github.io/cppwp/n4659/function.objects#refwrap.invoke
[refwrap.invoke]https://timsong-cpp.github.io/cppwp/n4659/refwrap.invoke
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#refwrap.invoke-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13295
[func.require]https://timsong-cpp.github.io/cppwp/n4659/func.require
23.14.5.5https://timsong-cpp.github.io/cppwp/n4659/function.objects#refwrap.helpers
[refwrap.helpers]https://timsong-cpp.github.io/cppwp/n4659/refwrap.helpers
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#refwrap.helpers-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13307
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#refwrap.helpers-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13316
3https://timsong-cpp.github.io/cppwp/n4659/function.objects#refwrap.helpers-3
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13325
4https://timsong-cpp.github.io/cppwp/n4659/function.objects#refwrap.helpers-4
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13334
23.14.6https://timsong-cpp.github.io/cppwp/n4659/function.objects#arithmetic.operations
[arithmetic.operations]https://timsong-cpp.github.io/cppwp/n4659/arithmetic.operations
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#arithmetic.operations-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13339
[expr.mul]https://timsong-cpp.github.io/cppwp/n4659/expr.mul
[expr.add]https://timsong-cpp.github.io/cppwp/n4659/expr.add
23.14.6.1https://timsong-cpp.github.io/cppwp/n4659/function.objects#arithmetic.operations.plus
[arithmetic.operations.plus]https://timsong-cpp.github.io/cppwp/n4659/arithmetic.operations.plus
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#arithmetic.operations.plus-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13358
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#arithmetic.operations.plus-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13378
23.14.6.2https://timsong-cpp.github.io/cppwp/n4659/function.objects#arithmetic.operations.minus
[arithmetic.operations.minus]https://timsong-cpp.github.io/cppwp/n4659/arithmetic.operations.minus
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#arithmetic.operations.minus-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13396
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#arithmetic.operations.minus-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13416
23.14.6.3https://timsong-cpp.github.io/cppwp/n4659/function.objects#arithmetic.operations.multiplies
[arithmetic.operations.multiplies]https://timsong-cpp.github.io/cppwp/n4659/arithmetic.operations.multiplies
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#arithmetic.operations.multiplies-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13434
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#arithmetic.operations.multiplies-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13454
23.14.6.4https://timsong-cpp.github.io/cppwp/n4659/function.objects#arithmetic.operations.divides
[arithmetic.operations.divides]https://timsong-cpp.github.io/cppwp/n4659/arithmetic.operations.divides
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#arithmetic.operations.divides-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13472
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#arithmetic.operations.divides-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13492
23.14.6.5https://timsong-cpp.github.io/cppwp/n4659/function.objects#arithmetic.operations.modulus
[arithmetic.operations.modulus]https://timsong-cpp.github.io/cppwp/n4659/arithmetic.operations.modulus
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#arithmetic.operations.modulus-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13510
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#arithmetic.operations.modulus-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13530
23.14.6.6https://timsong-cpp.github.io/cppwp/n4659/function.objects#arithmetic.operations.negate
[arithmetic.operations.negate]https://timsong-cpp.github.io/cppwp/n4659/arithmetic.operations.negate
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#arithmetic.operations.negate-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13548
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#arithmetic.operations.negate-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13568
23.14.7https://timsong-cpp.github.io/cppwp/n4659/function.objects#comparisons
[comparisons]https://timsong-cpp.github.io/cppwp/n4659/comparisons
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#comparisons-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13574
[expr.rel]https://timsong-cpp.github.io/cppwp/n4659/expr.rel
[expr.eq]https://timsong-cpp.github.io/cppwp/n4659/expr.eq
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#comparisons-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13578
23.14.7.1https://timsong-cpp.github.io/cppwp/n4659/function.objects#comparisons.equal_to
[comparisons.equal_to]https://timsong-cpp.github.io/cppwp/n4659/comparisons.equal_to
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#comparisons.equal_to-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13610
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#comparisons.equal_to-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13630
23.14.7.2https://timsong-cpp.github.io/cppwp/n4659/function.objects#comparisons.not_equal_to
[comparisons.not_equal_to]https://timsong-cpp.github.io/cppwp/n4659/comparisons.not_equal_to
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#comparisons.not_equal_to-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13648
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#comparisons.not_equal_to-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13668
23.14.7.3https://timsong-cpp.github.io/cppwp/n4659/function.objects#comparisons.greater
[comparisons.greater]https://timsong-cpp.github.io/cppwp/n4659/comparisons.greater
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#comparisons.greater-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13686
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#comparisons.greater-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13706
23.14.7.4https://timsong-cpp.github.io/cppwp/n4659/function.objects#comparisons.less
[comparisons.less]https://timsong-cpp.github.io/cppwp/n4659/comparisons.less
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#comparisons.less-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13724
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#comparisons.less-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13744
23.14.7.5https://timsong-cpp.github.io/cppwp/n4659/function.objects#comparisons.greater_equal
[comparisons.greater_equal]https://timsong-cpp.github.io/cppwp/n4659/comparisons.greater_equal
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#comparisons.greater_equal-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13762
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#comparisons.greater_equal-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13782
23.14.7.6https://timsong-cpp.github.io/cppwp/n4659/function.objects#comparisons.less_equal
[comparisons.less_equal]https://timsong-cpp.github.io/cppwp/n4659/comparisons.less_equal
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#comparisons.less_equal-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13801
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#comparisons.less_equal-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13821
23.14.8https://timsong-cpp.github.io/cppwp/n4659/function.objects#logical.operations
[logical.operations]https://timsong-cpp.github.io/cppwp/n4659/logical.operations
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#logical.operations-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13827
[expr.log.and]https://timsong-cpp.github.io/cppwp/n4659/expr.log.and
[expr.log.or]https://timsong-cpp.github.io/cppwp/n4659/expr.log.or
[expr.unary.op]https://timsong-cpp.github.io/cppwp/n4659/expr.unary.op
23.14.8.1https://timsong-cpp.github.io/cppwp/n4659/function.objects#logical.operations.and
[logical.operations.and]https://timsong-cpp.github.io/cppwp/n4659/logical.operations.and
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#logical.operations.and-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13847
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#logical.operations.and-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13867
23.14.8.2https://timsong-cpp.github.io/cppwp/n4659/function.objects#logical.operations.or
[logical.operations.or]https://timsong-cpp.github.io/cppwp/n4659/logical.operations.or
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#logical.operations.or-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13886
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#logical.operations.or-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13906
23.14.8.3https://timsong-cpp.github.io/cppwp/n4659/function.objects#logical.operations.not
[logical.operations.not]https://timsong-cpp.github.io/cppwp/n4659/logical.operations.not
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#logical.operations.not-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13925
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#logical.operations.not-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13945
23.14.9https://timsong-cpp.github.io/cppwp/n4659/function.objects#bitwise.operations
[bitwise.operations]https://timsong-cpp.github.io/cppwp/n4659/bitwise.operations
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#bitwise.operations-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13951
[expr.bit.and]https://timsong-cpp.github.io/cppwp/n4659/expr.bit.and
[expr.or]https://timsong-cpp.github.io/cppwp/n4659/expr.or
[expr.xor]https://timsong-cpp.github.io/cppwp/n4659/expr.xor
[expr.unary.op]https://timsong-cpp.github.io/cppwp/n4659/expr.unary.op
23.14.9.1https://timsong-cpp.github.io/cppwp/n4659/function.objects#bitwise.operations.and
[bitwise.operations.and]https://timsong-cpp.github.io/cppwp/n4659/bitwise.operations.and
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#bitwise.operations.and-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13972
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#bitwise.operations.and-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L13992
23.14.9.2https://timsong-cpp.github.io/cppwp/n4659/function.objects#bitwise.operations.or
[bitwise.operations.or]https://timsong-cpp.github.io/cppwp/n4659/bitwise.operations.or
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#bitwise.operations.or-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14011
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#bitwise.operations.or-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14031
23.14.9.3https://timsong-cpp.github.io/cppwp/n4659/function.objects#bitwise.operations.xor
[bitwise.operations.xor]https://timsong-cpp.github.io/cppwp/n4659/bitwise.operations.xor
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#bitwise.operations.xor-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14050
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#bitwise.operations.xor-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14070
23.14.9.4https://timsong-cpp.github.io/cppwp/n4659/function.objects#bitwise.operations.not
[bitwise.operations.not]https://timsong-cpp.github.io/cppwp/n4659/bitwise.operations.not
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#bitwise.operations.not-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14087
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#bitwise.operations.not-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14107
23.14.10https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.not_fn
[func.not_fn]https://timsong-cpp.github.io/cppwp/n4659/func.not_fn
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.not_fn-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14119
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.not_fn-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14158
callable objecthttps://timsong-cpp.github.io/cppwp/n4659/func.def#def:callable_object
3https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.not_fn-3
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14164
4https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.not_fn-4
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14168
5https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.not_fn-5
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14183
[func.require]https://timsong-cpp.github.io/cppwp/n4659/func.require
6https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.not_fn-6
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14201
[func.require]https://timsong-cpp.github.io/cppwp/n4659/func.require
23.14.11https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.bind
[func.bind]https://timsong-cpp.github.io/cppwp/n4659/func.bind
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.bind-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14212
23.14.11.1https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.bind.isbind
[func.bind.isbind]https://timsong-cpp.github.io/cppwp/n4659/func.bind.isbind
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.bind.isbind-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14225
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.bind.isbind-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14230
UnaryTypeTraithttps://timsong-cpp.github.io/cppwp/n4659/meta.rqmts#def:UnaryTypeTrait
23.14.11.2https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.bind.isplace
[func.bind.isplace]https://timsong-cpp.github.io/cppwp/n4659/func.bind.isplace
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.bind.isplace-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14249
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.bind.isplace-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14254
UnaryTypeTraithttps://timsong-cpp.github.io/cppwp/n4659/meta.rqmts#def:UnaryTypeTrait
23.14.11.3https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.bind.bind
[func.bind.bind]https://timsong-cpp.github.io/cppwp/n4659/func.bind.bind
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.bind.bind-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14269
(1.1)https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.bind.bind-1.1
(1.2)https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.bind.bind-1.2
(1.3)https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.bind.bind-1.3
(1.4)https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.bind.bind-1.4
(1.5)https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.bind.bind-1.5
(1.6)https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.bind.bind-1.6
(1.7)https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.bind.bind-1.7
(1.8)https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.bind.bind-1.8
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.bind.bind-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14291
[func.require]https://timsong-cpp.github.io/cppwp/n4659/func.require
3https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.bind.bind-3
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14302
forwarding call wrapperhttps://timsong-cpp.github.io/cppwp/n4659/func.require#def:forwarding_call_wrapper
4https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.bind.bind-4
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14315
5https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.bind.bind-5
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14319
6https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.bind.bind-6
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14333
7https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.bind.bind-7
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14344
forwarding call wrapperhttps://timsong-cpp.github.io/cppwp/n4659/func.require#def:forwarding_call_wrapper
8https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.bind.bind-8
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14358
9https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.bind.bind-9
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14362
10https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.bind.bind-10
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14369
(10.1)https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.bind.bind-10.1
(10.2)https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.bind.bind-10.2
(10.3)https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.bind.bind-10.3
(10.4)https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.bind.bind-10.4
23.14.11.4https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.bind.place
[func.bind.place]https://timsong-cpp.github.io/cppwp/n4659/func.bind.place
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.bind.place-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14412
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.bind.place-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14420
23.14.12https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.memfn
[func.memfn]https://timsong-cpp.github.io/cppwp/n4659/func.memfn
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.memfn-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14440
call wrapperhttps://timsong-cpp.github.io/cppwp/n4659/func.def#def:call_wrapper
[func.require]https://timsong-cpp.github.io/cppwp/n4659/func.require
23.14.13https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap
[func.wrap]https://timsong-cpp.github.io/cppwp/n4659/func.wrap
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14450
23.14.13.1https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.badcall
[func.wrap.badcall]https://timsong-cpp.github.io/cppwp/n4659/func.wrap.badcall
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.badcall-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14457
[func.wrap.func.inv]https://timsong-cpp.github.io/cppwp/n4659/func.wrap.func.inv
[func.wrap.badcall.const]https://timsong-cpp.github.io/cppwp/n4659/func.wrap.badcall.const
23.14.13.1.1https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.badcall.const
[func.wrap.badcall.const]https://timsong-cpp.github.io/cppwp/n4659/func.wrap.badcall.const
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.badcall.const-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14481
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.badcall.const-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14485
23.14.13.2https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func
[func.wrap.func]https://timsong-cpp.github.io/cppwp/n4659/func.wrap.func
[func.wrap.func.con]https://timsong-cpp.github.io/cppwp/n4659/func.wrap.func.con
[func.wrap.func.mod]https://timsong-cpp.github.io/cppwp/n4659/func.wrap.func.mod
[func.wrap.func.cap]https://timsong-cpp.github.io/cppwp/n4659/func.wrap.func.cap
[func.wrap.func.inv]https://timsong-cpp.github.io/cppwp/n4659/func.wrap.func.inv
[func.wrap.func.targ]https://timsong-cpp.github.io/cppwp/n4659/func.wrap.func.targ
[func.wrap.func.nullptr]https://timsong-cpp.github.io/cppwp/n4659/func.wrap.func.nullptr
[func.wrap.func.alg]https://timsong-cpp.github.io/cppwp/n4659/func.wrap.func.alg
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14555
callable objectshttps://timsong-cpp.github.io/cppwp/n4659/func.def#def:callable_object
call signaturehttps://timsong-cpp.github.io/cppwp/n4659/func.def#def:call_signature
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14561
callable typehttps://timsong-cpp.github.io/cppwp/n4659/func.def#def:callable_type
Lvalue-Callablehttps://timsong-cpp.github.io/cppwp/n4659/function.objects#def:Lvalue-Callable
unevaluated operandhttps://timsong-cpp.github.io/cppwp/n4659/expr#def:unevaluated_operand
[func.require]https://timsong-cpp.github.io/cppwp/n4659/func.require
3https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func-3
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14572
call wrapperhttps://timsong-cpp.github.io/cppwp/n4659/func.def#def:call_wrapper
call signaturehttps://timsong-cpp.github.io/cppwp/n4659/func.def#def:call_signature
4https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func-4
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14577
23.14.13.2.1https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.con
[func.wrap.func.con]https://timsong-cpp.github.io/cppwp/n4659/func.wrap.func.con
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.con-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14591
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.con-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14600
3https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.con-3
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14610
4https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.con-4
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14614
5https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.con-5
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14631
6https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.con-6
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14637
7https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.con-7
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14655
8https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.con-8
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14658
Lvalue-Callablehttps://timsong-cpp.github.io/cppwp/n4659/func.wrap.func#def:Lvalue-Callable
9https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.con-9
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14663
(9.1)https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.con-9.1
(9.2)https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.con-9.2
(9.3)https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.con-9.3
10https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.con-10
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14672
11https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.con-11
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14680
12https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.con-12
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14693
13https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.con-13
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14700
14https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.con-14
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14717
15https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.con-15
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14720
16https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.con-16
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14730
17https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.con-17
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14734
18https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.con-18
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14744
19https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.con-19
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14746
20https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.con-20
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14748
21https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.con-21
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14757
22https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.con-22
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14759
23https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.con-23
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14761
Lvalue-Callablehttps://timsong-cpp.github.io/cppwp/n4659/func.wrap.func#def:Lvalue-Callable
24https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.con-24
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14773
25https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.con-25
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14775
26https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.con-26
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14785
23.14.13.2.2https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.mod
[func.wrap.func.mod]https://timsong-cpp.github.io/cppwp/n4659/func.wrap.func.mod
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.mod-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14796
23.14.13.2.3https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.cap
[func.wrap.func.cap]https://timsong-cpp.github.io/cppwp/n4659/func.wrap.func.cap
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.cap-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14807
23.14.13.2.4https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.inv
[func.wrap.func.inv]https://timsong-cpp.github.io/cppwp/n4659/func.wrap.func.inv
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.inv-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14820
[func.require]https://timsong-cpp.github.io/cppwp/n4659/func.require
target objecthttps://timsong-cpp.github.io/cppwp/n4659/func.def#def:target_object
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.inv-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14824
23.14.13.2.5https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.targ
[func.wrap.func.targ]https://timsong-cpp.github.io/cppwp/n4659/func.wrap.func.targ
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.targ-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14837
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.targ-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14848
23.14.13.2.6https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.nullptr
[func.wrap.func.nullptr]https://timsong-cpp.github.io/cppwp/n4659/func.wrap.func.nullptr
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.nullptr-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14863
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.nullptr-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14875
23.14.13.2.7https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.alg
[func.wrap.func.alg]https://timsong-cpp.github.io/cppwp/n4659/func.wrap.func.alg
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.wrap.func.alg-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14887
23.14.14https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.search
[func.search]https://timsong-cpp.github.io/cppwp/n4659/func.search
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.search-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14893
function object typeshttps://timsong-cpp.github.io/cppwp/n4659/function.objects#def:function_object,type
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.search-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14902
[func.search]https://timsong-cpp.github.io/cppwp/n4659/func.search
(2.1)https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.search-2.1
(2.2)https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.search-2.2
(2.3)https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.search-2.3
(2.4)https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.search-2.4
(2.5)https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.search-2.5
(2.6)https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.search-2.6
(2.7)https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.search-2.7
[func.search]https://timsong-cpp.github.io/cppwp/n4659/func.search
[algorithms.general]https://timsong-cpp.github.io/cppwp/n4659/algorithms.general
[hash.requirements]https://timsong-cpp.github.io/cppwp/n4659/hash.requirements
3https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.search-3
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14919
23.14.14.1https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.search.default
[func.search.default]https://timsong-cpp.github.io/cppwp/n4659/func.search.default
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.search.default-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14952
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.search.default-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14959
3https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.search.default-3
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L14973
(3.1)https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.search.default-3.1
(3.2)https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.search.default-3.2
23.14.14.2https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.search.bm
[func.search.bm]https://timsong-cpp.github.io/cppwp/n4659/func.search.bm
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.search.bm-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L15018
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.search.bm-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L15023
3https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.search.bm-3
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L15028
4https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.search.bm-4
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L15033
5https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.search.bm-5
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L15049
6https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.search.bm-6
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L15053
7https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.search.bm-7
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L15057
(7.1)https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.search.bm-7.1
(7.2)https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.search.bm-7.2
8https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.search.bm-8
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L15071
23.14.14.3https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.search.bmh
[func.search.bmh]https://timsong-cpp.github.io/cppwp/n4659/func.search.bmh
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.search.bmh-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L15111
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.search.bmh-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L15116
3https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.search.bmh-3
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L15121
4https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.search.bmh-4
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L15126
5https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.search.bmh-5
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L15142
6https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.search.bmh-6
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L15146
7https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.search.bmh-7
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L15150
(7.1)https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.search.bmh-7.1
(7.2)https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.search.bmh-7.2
8https://timsong-cpp.github.io/cppwp/n4659/function.objects#func.search.bmh-8
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L15164
23.14.15https://timsong-cpp.github.io/cppwp/n4659/function.objects#unord.hash
[unord.hash]https://timsong-cpp.github.io/cppwp/n4659/unord.hash
1https://timsong-cpp.github.io/cppwp/n4659/function.objects#unord.hash-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L15171
[unord]https://timsong-cpp.github.io/cppwp/n4659/unord
[functional.syn]https://timsong-cpp.github.io/cppwp/n4659/functional.syn
2https://timsong-cpp.github.io/cppwp/n4659/function.objects#unord.hash-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L15178
3https://timsong-cpp.github.io/cppwp/n4659/function.objects#unord.hash-3
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L15192
4https://timsong-cpp.github.io/cppwp/n4659/function.objects#unord.hash-4
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L15197
function object typeshttps://timsong-cpp.github.io/cppwp/n4659/function.objects#def:function_object,type
5https://timsong-cpp.github.io/cppwp/n4659/function.objects#unord.hash-5
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/utilities.tex#L15212
(5.1)https://timsong-cpp.github.io/cppwp/n4659/function.objects#unord.hash-5.1
Hash requirementshttps://timsong-cpp.github.io/cppwp/n4659/hash.requirements
DefaultConstructible requirementshttps://timsong-cpp.github.io/cppwp/n4659/utility.arg.requirements#tab:defaultconstructible
CopyAssignable requirementshttps://timsong-cpp.github.io/cppwp/n4659/utility.arg.requirements#tab:copyassignable
(5.2)https://timsong-cpp.github.io/cppwp/n4659/function.objects#unord.hash-5.2
swappablehttps://timsong-cpp.github.io/cppwp/n4659/swappable.requirements
(5.3)https://timsong-cpp.github.io/cppwp/n4659/function.objects#unord.hash-5.3
(5.4)https://timsong-cpp.github.io/cppwp/n4659/function.objects#unord.hash-5.4

URLs of crawlers that visited me.