std::move_only_function:: ~move_only_function
From cppreference.com
<
cpp
|
utility
|
functional
|
move only function
C++
Utilities library
|
|
Function objects
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Old binders and adaptors | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
~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::function
instance
(public member function of
std::function<R(Args...)>
)
|
Retrieved from "
https://en.cppreference.com/mwiki/index.php?title=cpp/utility/functional/move_only_function/%7Emove_only_function&oldid=134309
"