ASSA::Less< T > Struct Template Reference

Less is borrowed from STL implementation. More...

#include <PriorityQueue_Impl.h>

Inheritance diagram for ASSA::Less< T >:

Inheritance graph
[legend]
Collaboration diagram for ASSA::Less< T >:

Collaboration graph
[legend]

List of all members.

Public Member Functions

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


Detailed Description

template<class T>
struct ASSA::Less< T >

Less is borrowed from STL implementation.

Definition at line 41 of file PriorityQueue_Impl.h.


Member Function Documentation

template<class T>
bool ASSA::Less< T >::operator() ( const T &  x,
const T &  y 
) const [inline]

Definition at line 42 of file PriorityQueue_Impl.h.

00042 { return x < y; }


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

Generated on Wed Jul 28 21:51:20 2010 for libassa by  doxygen 1.5.6