Return the specified object converted to void *, using PointerUtil::voidify when IS_POLYMORPHIC is false.
Declared in <bslma_deleterhelper.h>
template<class TYPE>
static
void*
caster(TYPE const* object);
object converted to void * via PointerUtil::voidify
| Name | Description |
|---|---|
| object | pointer to convert to void * |