libzypp
13.10.6
|
An unary functor forwarding to some other _Functor &
.
More...
Classes | |
struct | FunctorRef0 |
struct | FunctorRef1 |
struct | FunctorRef2 |
struct | nil |
An unary functor forwarding to some other _Functor &
.
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.
_Functor::operator()
. This is currently not automated, so you must specify the operator() signature as template arguments.