libzypp  13.10.6
zypp::functor::Constant< T > Struct Template Reference

#include <Functional.h>

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.

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

Definition at line 230 of file Functional.h.

Member Data Documentation

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

Definition at line 233 of file Functional.h.


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