7
Expressions
[expr]
7.3
Standard conversions
[conv]
7.3.3
Function-to-pointer conversion
[conv.func]
1
#
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
.
54
54)
This conversion never applies to non-static member functions because an lvalue that refers to a non-static member function cannot be obtained
.
โฎฅ