A prvalue of type âpointer to
noexcept functionâ
can be converted to a prvalue of type âpointer to functionâ
. The result is a pointer to the function
. A prvalue of type âpointer to member of type
noexcept functionâ
can be converted to a prvalue of type âpointer to member of type functionâ
. The result designates the member function
.