Definition in file vbl_checked_delete.h.
Go to the source code of this file.
Functions | |
| template<class T> | |
| void | vbl_checked_delete (T *x) |
| Checks that T is complete and deletes x. | |
| template<class T> | |
| void | vbl_checked_delete_array (T *x) |
| Checks that T is complete and array deletes x. | |
|
||||||||||
|
Checks that T is complete and deletes x. Not to be used on arrays! Definition at line 30 of file vbl_checked_delete.h. |
|
||||||||||
|
Checks that T is complete and array deletes x.
Definition at line 41 of file vbl_checked_delete.h. |
1.4.4