Metafunction to convert a type index back to a type. For each specialization of this struct, the type member will be the type corresponding to index. For example, if index is e_UCHAR, then InvokeResult_Type<index>::type is unsigned char.
Declared in <bslmf_invokeresult.h>
template<int t_INDEX>
struct InvokeResult_Type;