I stumbled upon weird (for me) construction in B. Stroustrup's book. The code is
int (S::*) pmf() {&S::f};
I am intermediate in C++, but I don't even know, what should I look for in Google and SO. I don't understand above construction, can you help me or point me to a good source?