BloombergLP::bslmf::InvokeResult_MemPtrArgQualifiers::Unnamed enum

Qualifier constants inferred from the first invoke argument.

Synopsis

Declared in <bslmf_invokeresult.h>

enum Unnamed enum;

Members

NameDescription
k_IS_LVALUE true if the first argument is an lvalue reference.
k_IS_CONST true if the first argument is const-qualified.
k_IS_VOLATILE true if the first argument is volatile-qualified.