std::move_only_function::~move_only_function
Von cppreference.com
< cpp | utility | functional | move only function
| ~move_only_function(); |
(seit C++23) | |
Zerstört das std::move_only_function-Objekt. Wenn das std::move_only_function nicht leer ist, wird auch sein Ziel zerstört.
[bearbeiten] Siehe auch
zerstört eine std::function Instanz(public member function of std::function<R(Args...)>) |