bsl::is_pointer_v

This template variable represents the result value of the bsl::is_pointer meta-function.

Synopsis

Declared in <bslmf_ispointer.h>

template<class t_TYPE>
inline constexpr bool is_pointer_v = is_pointer<t_TYPE>::value;