File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 13743
13743
and \oldconcept{Destructible} requirements.
13744
13744
An \defn{argument forwarding call wrapper} is a
13745
13745
call wrapper that can be called with an arbitrary argument list
13746
- and delivers the arguments to the wrapped callable object as references.
13746
+ and delivers the arguments to the target object as references.
13747
13747
This forwarding step delivers rvalue arguments as rvalue references
13748
13748
and lvalue arguments as lvalue references.
13749
13749
\begin{note}
15911
15911
\pnum
15912
15912
\throws
15913
15913
\tcode{bad_function_call} if \tcode{!*this}; otherwise, any
15914
- exception thrown by the wrapped callable object.
15914
+ exception thrown by the target object.
15915
15915
\end{itemdescr}
15916
15916
15917
15917
\rSec4[func.wrap.func.targ]{Target access}
You can’t perform that action at this time.
0 commit comments