BloombergLP::bslmf::MemberFunctionPointerTraits_Imp<t_PROTOTYPE, t_BSLMF_RETURN const volatile(t_TYPE::*)(t_ARGS...) noexcept>::Unnamed enum

Trait flags for non-cv member function pointers.

Synopsis

Declared in <bslmf_memberfunctionpointertraits.h>

enum Unnamed enum;

Members

NameDescription
IS_MEMBER_FUNCTION_PTR 1 indicating that t_PROTOTYPE is a pointer-to-member-function type.
IS_LVALREF_QUALIFIED 0 indicating that the member function is not lvalue-ref-qualified.
IS_RVALREF_QUALIFIED 0 indicating that the member function is not rvalue-ref-qualified.
IS_NOEXCEPT 0 indicating that the member function is not noexcept.