You can't use (pointer to member) to point to a static class member, because the member will not be associated with an object.
If you are using pointers to static function, then you would use the normal function pointer syntax.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment