22
General utilities library
[utilities]
22.10
Function objects
[function.objects]
22.10.17
Polymorphic function wrappers
[func.wrap]
22.10.17.3
Class template
function
[func.wrap.func]
22.10.17.3.3
Modifiers
[func.wrap.func.mod]
🔗
void
swap
(
function
&
other
)
noexcept
;
1
#
Effects
: Interchanges the target objects of
*
this
and
other
.