|
13570 | 13570 | \exposid{thunk-ptr} with the address of a function \tcode{\placeholder{thunk}}
|
13571 | 13571 | such that
|
13572 | 13572 | \tcode{\placeholder{thunk}(\exposid{bound-entity}, \placeholder{call-args}...)}
|
13573 |
| -is expression-equivalent to |
| 13573 | +is expression-equivalent\iref{defns.expression.equivalent} to |
13574 | 13574 | \tcode{invoke_r<R>(f, \placeholder{call-args}...)}.
|
13575 | 13575 | \end{itemdescr}
|
13576 | 13576 |
|
|
13598 | 13598 | \exposid{thunk-ptr} with the address of a function \tcode{\placeholder{thunk}}
|
13599 | 13599 | such that
|
13600 | 13600 | \tcode{\placeholder{thunk}(\exposid{bound-entity}, \placeholder{call-args}...)}
|
13601 |
| -is expression-equivalent to |
| 13601 | +is expression-equivalent\iref{defns.expression.equivalent} to |
13602 | 13602 | \tcode{invoke_r<R>(static_cast<\cv{} T\&>(f), \placeholder{call-args}...)}.
|
13603 | 13603 | \end{itemdescr}
|
13604 | 13604 |
|
|
13628 | 13628 | \exposid{thunk-ptr} with the address of a function \tcode{\placeholder{thunk}}
|
13629 | 13629 | such that
|
13630 | 13630 | \tcode{\placeholder{thunk}(\exposid{bound-entity}, \placeholder{call-args}...)}
|
13631 |
| -is expression-equivalent to |
| 13631 | +is expression-equivalent\iref{defns.expression.equivalent} to |
13632 | 13632 | \tcode{invoke_r<R>(f, \placeholder{call-args}...)}.
|
13633 | 13633 | \end{itemdescr}
|
13634 | 13634 |
|
|
13662 | 13662 | \exposid{thunk-ptr} with the address of a function \tcode{\placeholder{thunk}}
|
13663 | 13663 | such that
|
13664 | 13664 | \tcode{\placeholder{thunk}(\exposid{bound-entity}, \placeholder{call-args}...)}
|
13665 |
| -is expression-equivalent to |
| 13665 | +is expression-equivalent\iref{defns.expression.equivalent} to |
13666 | 13666 | \tcode{invoke_r<R>(f, static_cast<\cv{} T\&>(obj), \placeholder{call-args}...)}.
|
13667 | 13667 | \end{itemdescr}
|
13668 | 13668 |
|
|
13697 | 13697 | \exposid{thunk-ptr} with the address of a function \tcode{\placeholder{thunk}}
|
13698 | 13698 | such that
|
13699 | 13699 | \tcode{\placeholder{thunk}(\exposid{bound-entity}, \placeholder{call-args}...)}
|
13700 |
| -is expression-equivalent to |
| 13700 | +is expression-equivalent\iref{defns.expression.equivalent} to |
13701 | 13701 | \tcode{invoke_r<R>(f, obj, \placeholder{call-args}...)}.
|
13702 | 13702 | \end{itemdescr}
|
13703 | 13703 |
|
|
0 commit comments