Simple-Utility v2.3.1
Loading...
Searching...
No Matches
sl::delete_action_for Concept Reference

Checks whether the given template type is usable as delete action type for unique_handle types. More...

#include <unique_handle.hpp>

Concept definition

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

Detailed Description

Checks whether the given template type is usable as delete action type for unique_handle types.