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