Simple Application Framework  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
Saf::Algo::Predicate::GreaterOrEqual< T > Struct Template Reference

Greater than or equal to predicate. More...

#include <Predicate.h>

Inheritance diagram for Saf::Algo::Predicate::GreaterOrEqual< T >:
Saf::Algo::BinaryFunction< T, T, bool >

List of all members.

Public Member Functions

bool operator() (const T &v1, const T &v2) const

Detailed Description

template<class T>
struct Saf::Algo::Predicate::GreaterOrEqual< T >

Greater than or equal to predicate.


Member Function Documentation

template<class T >
bool Saf::Algo::Predicate::GreaterOrEqual< T >::operator() ( const T &  v1,
const T &  v2 
) const [inline]

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