Same as the preceding overload, for const pointers.
Synopsis
Declared in <bslma_pointerutil.h>
template<class TYPE>
constexpr
static
TYPE*
unqualify(TYPE const* address) noexcept;
Return Value
address cast to a pointer to the cv‐unqualified form of TYPE
Parameters
Name |
Description |
address |
pointer whose cv‐qualification is to be stripped |
Created with MrDocs