Destroy and deallocate object using its static type.
Synopsis
Declared in <bdlma_concurrentfixedpool.h>
template<class TYPE>
void
deleteObjectRaw(TYPE const* object);
Description
Destroy the specified object based on its static type and then use this allocator to deallocate its memory footprint. Do nothing if object is 0. The behavior is undefined if object is a base‐class pointer to a derived type, was not allocated using this allocator, or has already been deallocated.
Parameters
Name |
Description |
object |
object to destroy and deallocate; may be null |
Created with MrDocs