|
BDE 4.39.x Production Release
|
#include <bslmf_memberfunctionpointertraits.h>
Forward declaration.
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.
Public Types | |
| enum | { IS_MEMBER_FUNCTION_PTR = 0 } |
| anonymous enum |