i know syntax non-pointer function type void (int). syntax non-pointer member function type? i.e. class c; void (c::*)(int), not pointer.
the answer void (c::*)(int).
void (c::*)(int) not pointer type. pointers member functions are not pointers. are strange animals.
they happen to, confusingly, use name , notation similar pointers; that's nuissance have live with.
Comments
Post a Comment