claw
1.9.0
|
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 273 of file functional.hpp.