TemplateUtil::PtrLessEq< T > Struct Template Reference

#include <TemplateUtil.h>

Inherits binary_function< T *, T *, bool >.

Collaboration diagram for TemplateUtil::PtrLessEq< T >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

bool operator() (const T *left, const T *right) const

Detailed Description

template<typename T>
struct TemplateUtil::PtrLessEq< T >

This binary functor will return true if (*left < *right || *left==*right) Use this to sort a container of pointers

Definition at line 319 of file TemplateUtil.h.


Member Function Documentation

template<typename T>
bool TemplateUtil::PtrLessEq< T >::operator() const T *  left,
const T *  right
const [inline]
 

Definition at line 321 of file TemplateUtil.h.


The documentation for this struct was generated from the following file:
Generated on Sat Dec 3 10:48:37 2005 for Robotics by  doxygen 1.4.5