Return the index tag for the specified type t_TP.

Synopsis

Declared in <bslmf_invokeresult.h>

template<class t_TP>
static
bslmf::Tag<e_POINTER>
fromVal(t_TP*& value);

Return Value

a Tag encoding e_POINTER for the argument type

Parameters

Name

Description

value

pointer lvalue whose pointee type is mapped to an index

Created with MrDocs