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>
template<class TYPE>
constexpr
static
void*
voidify(TYPE* address) noexcept;
Created with MrDocs