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

A nullary FunctorRef. More...

#include <Functional.h>

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

Public Member Functions

 FunctorRef (TFunctor &f_r)
 
- Public Member Functions inherited from zypp::functor::functor_detail::FunctorRef0< TFunctor, res_type >
 FunctorRef0 (TFunctor &f_r)
 
res_type operator() () const
 

Detailed Description

template<class TFunctor, class res_type>
struct zypp::functor::FunctorRef< TFunctor, res_type >

A nullary FunctorRef.

Create it using functorRef convenience function.

Definition at line 162 of file Functional.h.

Constructor & Destructor Documentation

template<class TFunctor , class res_type >
zypp::functor::FunctorRef< TFunctor, res_type >::FunctorRef ( TFunctor &  f_r)
inline

Definition at line 165 of file Functional.h.


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