std::function::~function
Aus cppreference.com
<metanoindex/>
<tbody> </tbody> ~function(); |
(seit C++11) | |
Zerstört die std::function Instanz. Wenn die gespeicherte kündbare gültig ist, wird sie zerstört auch .
Original:
Destroys the std::function instance. If the stored callable is valid, it is destroyed also.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
