zypp::functor::Constant< T > Struct Template Reference
[Functors for building compex queries.]

#include <Functional.h>

List of all members.

Public Member Functions

 Constant (const T &value)
template<class _Tp >
operator() (_Tp) const
operator() () const

Public Attributes

_value


Detailed Description

template<class T>
struct zypp::functor::Constant< T >

Definition at line 220 of file Functional.h.


Constructor & Destructor Documentation

template<class T >
zypp::functor::Constant< T >::Constant ( const T &  value  )  [inline]

Definition at line 222 of file Functional.h.


Member Function Documentation

template<class T >
template<class _Tp >
T zypp::functor::Constant< T >::operator() ( _Tp   )  const [inline]

Definition at line 227 of file Functional.h.

References zypp::functor::Constant< T >::_value.

template<class T >
T zypp::functor::Constant< T >::operator() (  )  const [inline]

Definition at line 230 of file Functional.h.

References zypp::functor::Constant< T >::_value.


Member Data Documentation

template<class T >
T zypp::functor::Constant< T >::_value

Definition at line 233 of file Functional.h.

Referenced by zypp::functor::Constant< T >::operator()().


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

doxygen