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

A binary FunctorRef. More...

#include <Functional.h>

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

Public Member Functions

 FunctorRef (TFunctor &f_r)
 
- Public Member Functions inherited from zypp::functor::functor_detail::FunctorRef2< TFunctor, res_type, arg1_type, arg2_type >
 FunctorRef2 (TFunctor &f_r)
 
res_type operator() (arg1_type a1, arg2_type a2) const
 

Detailed Description

template<class TFunctor, class res_type, class arg1_type = functor_detail::nil, class arg2_type = functor_detail::nil>
struct zypp::functor::FunctorRef< TFunctor, res_type, arg1_type, arg2_type >

A binary FunctorRef.

Create it using functorRef convenience function.

Definition at line 138 of file Functional.h.

Constructor & Destructor Documentation

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

Definition at line 141 of file Functional.h.


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