Namespaces
Variants

std::move_only_function:: ~move_only_function

From cppreference.net
Utilities library
Function objects
Function invocation
(C++17) (C++23)
Identity function object
(C++20)
Old binders and adaptors
( until C++17* )
( until C++17* )
( until C++17* )
( until C++17* )
( until C++17* ) ( until C++17* ) ( until C++17* ) ( until C++17* )
( until C++20* )
( until C++20* )
( until C++17* ) ( until C++17* )
( until C++17* ) ( until C++17* )

( until C++17* )
( until C++17* ) ( until C++17* ) ( until C++17* ) ( until C++17* )
( until C++20* )
( until C++20* )
~move_only_function ( ) ;
(seit C++23)

Zerstört das std::move_only_function -Objekt. Wenn das std::move_only_function -Objekt nicht leer ist, wird sein Ziel ebenfalls zerstört.

Siehe auch

zerstört eine std::function Instanz
(öffentliche Mitgliedsfunktion von std::function<R(Args...)> )