Trait flags for non‐cv member function pointers.

Synopsis

Declared in <bslmf_memberfunctionpointertraits.h>

enum Unnamed enum;

Members

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.

Created with MrDocs