std::copyable_function::~copyable_function
From cppreference.com
< cpp | utility | functional | copyable function
C++
Utilities library
|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Function objects
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Old binders and adaptors | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
std::copyable_function
| Member functions | ||||
copyable_function::~copyable_function | ||||
| Non-member functions | ||||
| ~copyable_function(); |
(since C++26) | |
Destroys the std::copyable_function object. If the std::copyable_function is not empty, its target is also destroyed.
[edit] See also
destroys a std::function instance (public member function of std::function<R(Args...)>) [edit]
| |
destroys a std::move_only_function object (public member function of std::move_only_function) [edit]
|