An lvalue of function type T can be converted to a prvalue of type βpointer to Tβ. The result is a pointer to the function.59
[βNote: See [over.over] for additional rules for the case where the function is overloaded. βββend noteβ]
This conversion never applies to non-static member functions because an lvalue that refers to a non-static member function cannot be obtained.