Checks whether the given template type is usable as delete action type for unique_handle
types.
More...
#include <unique_handle.hpp>
template<class T, class TValue>
&& std::invocable<T, TValue&>
&& std::copyable<T>
Checks whether the given template type is usable as delete action type for unique_handle types.
Definition: unique_handle.hpp:167
Checks whether the given template type is usable as value type for unique_handle types.
Definition: unique_handle.hpp:161
Checks whether the given template type is usable as delete action type for unique_handle
types.