BloombergLP::bslma::PointerUtil::unqualify

Return the specified address cast to a pointer to the cv-unqualified form of the (template parameter) TYPE.

Synopsis

Declared in <bslma_pointerutil.h>

template<class TYPE>
constexpr
static
TYPE*
unqualify(TYPE* address) noexcept;

Return Value

address cast to a pointer to the cv-unqualified form of TYPE

Parameters

NameDescription
addresspointer whose cv-qualification is to be stripped