std::swap(std::function)
From cppreference.com
< cpp | utility | functional | function
C++
Utilities library
|
|
Function objects
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Old binders and adaptors | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
std::function
Member functions | ||||
(until C++17) | ||||
Non-member functions | ||||
(until C++20) | ||||
swap(std::function) | ||||
Helper classes | ||||
(until C++17) | ||||
Deduction guides(C++17) |
Defined in header
|