AFAIK, we don't discuss member function pointers (e.g. int (S::*)(float) would be the pointer type of f in struct S{ int f(float); };) and operator.*/operator->* anywhere.
Member pointers are not only super cryptic, they also make good candidates for C++ quizzes (fun!) :)