|
Claw 1.7.3
|
Function object that deletes a pointer. More...
#include <functional.hpp>
Public Types | |
| using | argument_type = const T& |
| using | result_type = void |
Public Member Functions | |
| void | operator() (const T &a) const |
Function object that deletes a pointer.
Template arguments:
Definition at line 279 of file functional.hpp.
| using claw::delete_function< T >::argument_type = const T& |
Definition at line 282 of file functional.hpp.
| using claw::delete_function< T >::result_type = void |
Definition at line 283 of file functional.hpp.
|
inline |
Definition at line 286 of file functional.hpp.