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, ...);

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

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

Parameters

Name

Description

arg

expression whose value category is being tested

unused

literal int used to prefer this overload

Created with MrDocs