BDE 4.14.0 Production release
|
#include <bslmf_memberfunctionpointertraits.h>
Public Types | |
enum | { IS_MEMBER_FUNCTION_PTR = 0 } |
Implementation of MemberFunctionPointerTraits
, containing the actual traits types. This primary template is instantiated when t_PROTOTYPE
does not match a pointer-to-member-function type. In actual use, t_PROTOTYPE
and t_TEST_PROTOTYPE
are the same, but specializations treat t_PROTOTYPE
as an opaque type and t_TEST_PROTOTYPE
as a pattern match. This redundancy is needed to work around some old compiler bugs.
anonymous enum |