std::move_only_function<R(Args...) cv ref noexcept(noex)>::~move_only_function
From cppreference.com
                    
                                        
                    < cpp | utility | functional | move only function
                    
                                                            
                    | ~move_only_function(); | (since C++23) | |
Destroys the std::move_only_function object. If the std::move_only_function is not empty, its target is also destroyed.
See also
| destroys a std::functioninstance(public member function of std::function<R(Args...)>) |