libzypp  10.5.0
zypp::functor::FunctorRef< _Functor, res_type, arg1_type, arg2_type > Struct Template Reference

A binary FunctorRef. More...

#include <Functional.h>

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

List of all members.

Public Member Functions

 FunctorRef (_Functor &f_r)

Detailed Description

template<class _Functor, class res_type, class arg1_type = functor_detail::nil, class arg2_type = functor_detail::nil>
struct zypp::functor::FunctorRef< _Functor, 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 _Functor , class res_type , class arg1_type = functor_detail::nil, class arg2_type = functor_detail::nil>
zypp::functor::FunctorRef< _Functor, res_type, arg1_type, arg2_type >::FunctorRef ( _Functor &  f_r) [inline]

Definition at line 141 of file Functional.h.


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