|
13577 | 13577 | \exposid{thunk-ptr} with the address of a function \tcode{\placeholder{thunk}}
|
13578 | 13578 | such that
|
13579 | 13579 | \tcode{\placeholder{thunk}(\exposid{bound-entity}, \placeholder{call-args}...)}
|
13580 |
| -is expression-equivalent to |
| 13580 | +is expression-equivalent\iref{defns.expression.equivalent} to |
13581 | 13581 | \tcode{invoke_r<R>(f, \placeholder{call-args}...)}.
|
13582 | 13582 | \end{itemdescr}
|
13583 | 13583 |
|
|
13605 | 13605 | \exposid{thunk-ptr} with the address of a function \tcode{\placeholder{thunk}}
|
13606 | 13606 | such that
|
13607 | 13607 | \tcode{\placeholder{thunk}(\exposid{bound-entity}, \placeholder{call-args}...)}
|
13608 |
| -is expression-equivalent to |
| 13608 | +is expression-equivalent\iref{defns.expression.equivalent} to |
13609 | 13609 | \tcode{invoke_r<R>(static_cast<\cv{} T\&>(f), \placeholder{call-args}...)}.
|
13610 | 13610 | \end{itemdescr}
|
13611 | 13611 |
|
|
13635 | 13635 | \exposid{thunk-ptr} with the address of a function \tcode{\placeholder{thunk}}
|
13636 | 13636 | such that
|
13637 | 13637 | \tcode{\placeholder{thunk}(\exposid{bound-entity}, \placeholder{call-args}...)}
|
13638 |
| -is expression-equivalent to |
| 13638 | +is expression-equivalent\iref{defns.expression.equivalent} to |
13639 | 13639 | \tcode{invoke_r<R>(f, \placeholder{call-args}...)}.
|
13640 | 13640 | \end{itemdescr}
|
13641 | 13641 |
|
|
13669 | 13669 | \exposid{thunk-ptr} with the address of a function \tcode{\placeholder{thunk}}
|
13670 | 13670 | such that
|
13671 | 13671 | \tcode{\placeholder{thunk}(\exposid{bound-entity}, \placeholder{call-args}...)}
|
13672 |
| -is expression-equivalent to |
| 13672 | +is expression-equivalent\iref{defns.expression.equivalent} to |
13673 | 13673 | \tcode{invoke_r<R>(f, static_cast<\cv{} T\&>(obj), \placeholder{call-args}...)}.
|
13674 | 13674 | \end{itemdescr}
|
13675 | 13675 |
|
|
13704 | 13704 | \exposid{thunk-ptr} with the address of a function \tcode{\placeholder{thunk}}
|
13705 | 13705 | such that
|
13706 | 13706 | \tcode{\placeholder{thunk}(\exposid{bound-entity}, \placeholder{call-args}...)}
|
13707 |
| -is expression-equivalent to |
| 13707 | +is expression-equivalent\iref{defns.expression.equivalent} to |
13708 | 13708 | \tcode{invoke_r<R>(f, obj, \placeholder{call-args}...)}.
|
13709 | 13709 | \end{itemdescr}
|
13710 | 13710 |
|
|
0 commit comments