|
|
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Old binders and adaptors | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
Member functions | ||||
function::~function | ||||
(until C++17) | ||||
Non-member functions | ||||
(until C++20) | ||||
Helper classes | ||||
(until C++17) | ||||
Deduction guides(C++17) |
~function(); | (since C++11) | |
Destroys thestd::function instance. If thestd::function
is notempty, itstarget is destroyed also.
destroys astd::move_only_function object(public member function of std::move_only_function )[edit] |