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

Less than predicate. More...

#include <Predicate.h>

Inheritance diagram for Saf::Algo::Predicate::Less< 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::Less< T >

Less than predicate.


Member Function Documentation

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

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