BloombergLP::bslma::PointerUtil::unqualify

Same as the non-const overload, for const volatile pointers.

Synopsis

Declared in <bslma_pointerutil.h>

template<class TYPE>
constexpr
static
TYPE*
unqualify(TYPE const volatile* 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