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 16113
16113
The \tcode{function} class template provides polymorphic wrappers that
16114
16114
generalize the notion of a function pointer. Wrappers can store, copy,
16115
16115
and call arbitrary callable objects\iref{func.def}, given a call
16116
- signature\iref{func.def}, allowing functions to be first-class objects .
16116
+ signature\iref{func.def}.
16117
16117
16118
16118
\pnum
16119
16119
\indextext{callable type}%
16571
16571
The \tcode{move_only_function} class template provides polymorphic wrappers
16572
16572
that generalize the notion of a callable object\iref{func.def}.
16573
16573
These wrappers can store, move, and call arbitrary callable objects,
16574
- given a call signature, allowing functions to be first-class objects .
16574
+ given a call signature.
16575
16575
16576
16576
\pnum
16577
16577
\recommended
You can’t perform that action at this time.
0 commit comments