BloombergLP::bslmf::InvokeResult_MemPtrArgQualifiers<t_MEMOF_CLASS, t_ARG_TYPE, false>::Unnamed enum

Qualifier constants inferred by dereferencing the first invoke argument.

Synopsis

Declared in <bslmf_invokeresult.h>

enum Unnamed enum;

Members

NameDescription
k_IS_LVALUE true if dereferencing yields an lvalue.
k_IS_CONST true if the dereferenced type is const-qualified.
k_IS_VOLATILE true if the dereferenced type is volatile-qualified.