void destroy | ( | U * | p | ) |
Destroys an object, pointed to by the parameter. The method does not deallocate the occupied memory, as it is performed by the deallocate method.
U | is a type of an object to be destroyed. |
p | is a pointer to an object to be destroyed. |