Public Member Functions

OpenTissue::utility::less_ptr< T > Struct Template Reference

#include <utility_less_ptr.h>

List of all members.

Public Member Functions

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

Detailed Description

template<class T>
struct OpenTissue::utility::less_ptr< T >

Less Than Test. This is used for doing a less than test on data structures containing pointers to data and not instances.


Member Function Documentation

template<class T >
bool OpenTissue::utility::less_ptr< T >::operator() ( const T &  x,
const T &  y 
) const [inline]

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