#include <Functional.h>
Inheritance diagram for zypp::functor::functor_detail::FunctorRef2< _Functor, res_type, arg1_type, arg2_type >:
Public Member Functions | |
FunctorRef2 (_Functor &f_r) | |
res_type | operator() (arg1_type a1, arg2_type a2) const |
Private Attributes | |
_Functor & | _f |
Definition at line 99 of file Functional.h.
|
Definition at line 101 of file Functional.h. |
|
Definition at line 105 of file Functional.h. References zypp::functor::functor_detail::FunctorRef2< _Functor, res_type, arg1_type, arg2_type >::_f. |
|
Definition at line 111 of file Functional.h. Referenced by zypp::functor::functor_detail::FunctorRef2< _Functor, res_type, arg1_type, arg2_type >::operator()(). |