libzypp  15.28.6
zypp::functor::Constant< TConst > Struct Template Reference

#include <Functional.h>

Public Member Functions

 Constant (const TConst &value)
 
template<class Tp >
TConst operator() (Tp) const
 
TConst operator() () const
 

Public Attributes

TConst _value
 

Detailed Description

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

Definition at line 219 of file Functional.h.

Constructor & Destructor Documentation

template<class TConst >
zypp::functor::Constant< TConst >::Constant ( const TConst &  value)
inline

Definition at line 221 of file Functional.h.

Member Function Documentation

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

Definition at line 226 of file Functional.h.

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

Definition at line 229 of file Functional.h.

Member Data Documentation

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

Definition at line 232 of file Functional.h.


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