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

#include <Functional.h>

Inheritance diagram for zypp::functor::functor_detail::FunctorRef0< TFunctor, res_type >:

Public Member Functions

 FunctorRef0 (TFunctor &f_r)
 
res_type operator() () const
 

Private Attributes

TFunctor & _f
 

Detailed Description

template<class TFunctor, class res_type>
struct zypp::functor::functor_detail::FunctorRef0< TFunctor, res_type >

Definition at line 81 of file Functional.h.

Constructor & Destructor Documentation

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

Definition at line 83 of file Functional.h.

Member Function Documentation

template<class TFunctor , class res_type >
res_type zypp::functor::functor_detail::FunctorRef0< TFunctor, res_type >::operator() ( ) const
inline

Definition at line 87 of file Functional.h.

Member Data Documentation

template<class TFunctor , class res_type >
TFunctor& zypp::functor::functor_detail::FunctorRef0< TFunctor, res_type >::_f
private

Definition at line 93 of file Functional.h.


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