#include <util.h>
Public Member Functions | |
| deleteFunc () | |
| void | operator() (T x) |
Public Attributes | |
| int | dummy |
|
|||||||||
|
Definition at line 52 of file util.h. 00052 {};
|
|
||||||||||
|
Definition at line 53 of file util.h. 00053 { delete x; };
|
|
|||||
|
|
1.4.1