add_pointer_t is an alias to the return type of the bsl::add_pointer meta‐function. Note, that the remove_pointer_t avoids the ::type suffix and typename prefix when we want to use the result of the meta‐function in templates.
Synopsis
Declared in <bslmf_addpointer.h>
template<class t_TYPE>
using add_pointer_t = add_pointer<t_TYPE>::type;
Created with MrDocs