Adobe Source Libraries 1.49.0
A collection of C++ libraries.
|
A function object for type T
that invokes delete
[] on an array of T
.
More...
#include <operator.hpp>
Public Types | |
typedef void | result_type |
Public Member Functions | |
template<typename T> | |
void | operator() (const T *x) const |
Definition at line 175 of file operator.hpp.
typedef void result_type |
Definition at line 176 of file operator.hpp.
void operator() | ( | const T * | x | ) | const |
Definition at line 179 of file operator.hpp.