BloombergLP::bslmf::InvokeResult_MemFuncPtrImpDispatch<bslmf::VoidType<decltype((InvokeResult_ImpUtils::myDeclval<t_ARG1TYPE>().get().* InvokeResult_ImpUtils::myDeclval<t_FN>())( InvokeResult_ImpUtils::myDeclval<t_ARGTYPES>()...))>::type, false, true, t_FN, t_ARG1TYPE, t_ARGTYPES...>::checkLvalue

checkLvalue overloads

Synopses

Declared in <bslmf_invokeresult.h>

Tag whether the first argument is an lvalue (declared only).

static
bslmf::Tag<false>
checkLvalue(/* implementation-defined */ arg, ...);
» more...

Return bslmf::Tag<true>() if the first argument is an lvalue.

static
bslmf::Tag<true>
checkLvalue(
    /* implementation-defined */ arg,
    int unused);
» more...

Parameters

NameDescription
argexpression whose value category is being tested
unusedliteral int used to prefer this overload