std::function::~function
De cppreference.com
< cpp | utility | functional | function
~function(); |
(desde C++11) | |
Destruye la instancia de std::function. Si el objeto std::function
no está vacío, su destino también se destruye.
[editar] Véase también
(C++23) |
Destruye un objeto std::move_only_function . (función miembro pública de std::move_only_function<R(Args...) cv ref noexcept(noex)> )
|