Return the index tag for an lvalue reference to the specified t_TP.
Declared in <bslmf_invokeresult.h>
template<class t_TP>
static
bslmf::Tag<e_OTHER>
fromVal(t_TP& value);
a Tag encoding e_OTHER for the argument type
| Name | Description |
|---|---|
| value | lvalue whose type is mapped to an index tag |