|
13579 | 13579 | \exposid{thunk-ptr} with the address of a function \tcode{\placeholder{thunk}}
|
13580 | 13580 | such that
|
13581 | 13581 | \tcode{\placeholder{thunk}(\exposid{bound-entity}, \placeholder{call-args}...)}
|
13582 |
| -is expression-equivalent to |
| 13582 | +is expression-equivalent\iref{defns.expression.equivalent} to |
13583 | 13583 | \tcode{invoke_r<R>(f, \placeholder{call-args}...)}.
|
13584 | 13584 | \end{itemdescr}
|
13585 | 13585 |
|
|
13607 | 13607 | \exposid{thunk-ptr} with the address of a function \tcode{\placeholder{thunk}}
|
13608 | 13608 | such that
|
13609 | 13609 | \tcode{\placeholder{thunk}(\exposid{bound-entity}, \placeholder{call-args}...)}
|
13610 |
| -is expression-equivalent to |
| 13610 | +is expression-equivalent\iref{defns.expression.equivalent} to |
13611 | 13611 | \tcode{invoke_r<R>(static_cast<\cv{} T\&>(f), \placeholder{call-args}...)}.
|
13612 | 13612 | \end{itemdescr}
|
13613 | 13613 |
|
|
13637 | 13637 | \exposid{thunk-ptr} with the address of a function \tcode{\placeholder{thunk}}
|
13638 | 13638 | such that
|
13639 | 13639 | \tcode{\placeholder{thunk}(\exposid{bound-entity}, \placeholder{call-args}...)}
|
13640 |
| -is expression-equivalent to |
| 13640 | +is expression-equivalent\iref{defns.expression.equivalent} to |
13641 | 13641 | \tcode{invoke_r<R>(f, \placeholder{call-args}...)}.
|
13642 | 13642 | \end{itemdescr}
|
13643 | 13643 |
|
|
13671 | 13671 | \exposid{thunk-ptr} with the address of a function \tcode{\placeholder{thunk}}
|
13672 | 13672 | such that
|
13673 | 13673 | \tcode{\placeholder{thunk}(\exposid{bound-entity}, \placeholder{call-args}...)}
|
13674 |
| -is expression-equivalent to |
| 13674 | +is expression-equivalent\iref{defns.expression.equivalent} to |
13675 | 13675 | \tcode{invoke_r<R>(f, static_cast<\cv{} T\&>(obj), \placeholder{call-args}...)}.
|
13676 | 13676 | \end{itemdescr}
|
13677 | 13677 |
|
|
13706 | 13706 | \exposid{thunk-ptr} with the address of a function \tcode{\placeholder{thunk}}
|
13707 | 13707 | such that
|
13708 | 13708 | \tcode{\placeholder{thunk}(\exposid{bound-entity}, \placeholder{call-args}...)}
|
13709 |
| -is expression-equivalent to |
| 13709 | +is expression-equivalent\iref{defns.expression.equivalent} to |
13710 | 13710 | \tcode{invoke_r<R>(f, obj, \placeholder{call-args}...)}.
|
13711 | 13711 | \end{itemdescr}
|
13712 | 13712 |
|
|
0 commit comments