[#BloombergLP-bslmf-InvokeResult_MemObjPtrImpDispatch-0a-checkLvalue-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmf.adoc[bslmf]::xref:BloombergLP/bslmf/InvokeResult_MemObjPtrImpDispatch-0a.adoc[InvokeResult_MemObjPtrImpDispatch<bslmf::VoidType<decltype(InvokeResult_ImpUtils::myDeclval<t_ARGTYPE>().* InvokeResult_ImpUtils::myDeclval<t_FN>())>::type, true, false, t_FN, t_ARGTYPE>]::checkLvalue :relfileprefix: ../../../ :mrdocs: Return `bslmf::Tag<true>()` if the first argument is an lvalue. == Synopsis Declared in `<bslmf_invokeresult.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bslmf/Tag-0b.adoc[bslmf::Tag<true>] checkLvalue( /* implementation-defined */ arg, int unused); ---- == Parameters [cols="1,4"] |=== | Name| Description | *arg* | expression whose value category is being tested | *unused* | literal `int` used to prefer this overload |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#