commore  1.0.6-SNAPSHOT
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
commore::equal_to< T > Class Template Reference

#include <HMap.h>

+ Inheritance diagram for commore::equal_to< T >:

Public Member Functions

 equal_to ()
 
 equal_to (const equal_to< T > &)
 
equal_to< T > & operator= (const equal_to< T > &)
 
bool operator() (const T &x, const T &y) const
 
- Public Member Functions inherited from commore::binary_function< T, T, bool >
 binary_function ()
 
 binary_function (const binary_function< T, T, bool > &)
 
binary_function< T, T, bool > & operator= (const binary_function< T, T, bool > &)
 

Additional Inherited Members

- Public Types inherited from commore::binary_function< T, T, bool >
typedef T first_argument_type
 
typedef T second_argument_type
 
typedef bool result_type
 

Constructor & Destructor Documentation

template<class T >
commore::equal_to< T >::equal_to ( )
inline
template<class T >
commore::equal_to< T >::equal_to ( const equal_to< T > &  )
inline

Member Function Documentation

template<class T >
bool commore::equal_to< T >::operator() ( const T &  x,
const T &  y 
) const
inline
template<class T >
equal_to< T >& commore::equal_to< T >::operator= ( const equal_to< T > &  )
inline

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