std::move_only_function::~move_only_function
Min standard notice:
Destroys the std::move_only_function object. If the std::move_only_function is not empty, its target is also destroyed.
# Declarations
~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.
~move_only_function();
(since C++23)