libzypp  15.28.6
zypp::functor::functor_detail::FunctorRef2< TFunctor, res_type, arg1_type, arg2_type > Struct Template Reference

#include <Functional.h>

Inheritance diagram for zypp::functor::functor_detail::FunctorRef2< TFunctor, res_type, arg1_type, arg2_type >:

Public Member Functions

 FunctorRef2 (TFunctor &f_r)
 
res_type operator() (arg1_type a1, arg2_type a2) const
 

Private Attributes

TFunctor & _f
 

Detailed Description

template<class TFunctor, class res_type, class arg1_type, class arg2_type>
struct zypp::functor::functor_detail::FunctorRef2< TFunctor, res_type, arg1_type, arg2_type >

Definition at line 113 of file Functional.h.

Constructor & Destructor Documentation

template<class TFunctor , class res_type , class arg1_type , class arg2_type >
zypp::functor::functor_detail::FunctorRef2< TFunctor, res_type, arg1_type, arg2_type >::FunctorRef2 ( TFunctor &  f_r)
inline

Definition at line 115 of file Functional.h.

Member Function Documentation

template<class TFunctor , class res_type , class arg1_type , class arg2_type >
res_type zypp::functor::functor_detail::FunctorRef2< TFunctor, res_type, arg1_type, arg2_type >::operator() ( arg1_type  a1,
arg2_type  a2 
) const
inline

Definition at line 119 of file Functional.h.

Member Data Documentation

template<class TFunctor , class res_type , class arg1_type , class arg2_type >
TFunctor& zypp::functor::functor_detail::FunctorRef2< TFunctor, res_type, arg1_type, arg2_type >::_f
private

Definition at line 125 of file Functional.h.


The documentation for this struct was generated from the following file: