[#BloombergLP-bslma-PointerUtil-voidify] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/PointerUtil.adoc[PointerUtil]::voidify :relfileprefix: ../../../ :mrdocs: Return the specified `address` cast to `void *`, stripping any cv‐qualification from the (template parameter) `TYPE`. Note that if `TYPE` is a function type, the conversion relies on conditionally‐ supported behavior (see {Function Pointers and `void *`}). == Synopsis Declared in `<bslma_pointerutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> constexpr static void* voidify(TYPE* address) noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#