|
libzypp
15.24.2
|
An unary functor forwarding to some other TFunctor &.
More...
Classes | |
| struct | FunctorRef0 |
| struct | FunctorRef1 |
| struct | FunctorRef2 |
| struct | nil |
An unary functor forwarding to some other TFunctor &.
Most algorithms take functor arguments by value. That's inconvenient if the functor wants to collect and return data. Creating and passing a FunctorRef to the algorithm, may help you out of this.
TFunctor::operator(). This is currently not automated, so you must specify the operator() signature as template arguments.