File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 582
582
The result is a pointer to the function.
583
583
A prvalue of type `` pointer to member of type \tcode {noexcept} function''
584
584
can be converted to a prvalue of type `` pointer to member of type function'' .
585
- The result points to the member function.
585
+ The result designates the member function.
586
586
587
587
\begin {example }
588
588
\begin {codeblock }
Original file line number Diff line number Diff line change 33
33
\pnum
34
34
Programs may explicitly refer to implicitly-declared special member functions.
35
35
\begin {example }
36
- A program may explicitly call, take the address of, or form a pointer to member
36
+ A program may explicitly call or form a pointer to member
37
37
to an implicitly-declared special member function.
38
38
39
39
\begin {codeblock }
You can’t perform that action at this time.
0 commit comments