#
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
.
41
41)
41)
This conversion never applies to non-static member functions because an lvalue that refers to a non-static member function cannot be obtained
.