[#BloombergLP-bslmf-MemberFunctionPointerTraits_Imp-09-_04enum] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmf.adoc[bslmf]::xref:BloombergLP/bslmf/MemberFunctionPointerTraits_Imp-09.adoc[MemberFunctionPointerTraits_Imp<t_PROTOTYPE, t_BSLMF_RETURN const volatile(t_TYPE::*)(t_ARGS...) noexcept>]::Unnamed enum :relfileprefix: ../../../ :mrdocs: Trait flags for non‐cv member function pointers. == Synopsis Declared in `<bslmf_memberfunctionpointertraits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum Unnamed enum; ---- == Members [cols="1,4"] |=== | Name| Description | `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`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#