ScummVM API documentation
Common::EqualTo< T > Struct Template Reference

#include <func.h>

Inheritance diagram for Common::EqualTo< T >:
Common::BinaryFunction< T, T, bool >

Public Member Functions

bool operator() (const T &x, const T &y) const
 

Additional Inherited Members

- Public Types inherited from Common::BinaryFunction< T, T, bool >
typedef T FirstArgumentType
 
typedef T SecondArgumentType
 
typedef bool ResultType
 

Detailed Description

template<class T>
struct Common::EqualTo< T >

Predicate to check for equallity of two data elements.


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