MultiAgentDecisionProcess
std::less< PartialJPDPValuePair * > Struct Template Reference

Overload the less<Type> template for JPolValPair* (we want less to give an ordering according to values, not addresses...). More...

#include <PartialJPDPValuePair.h>

Public Member Functions

bool operator() (const PartialJPDPValuePair *x, const PartialJPDPValuePair *y) const
 

Detailed Description

template<>
struct std::less< PartialJPDPValuePair * >

Overload the less<Type> template for JPolValPair* (we want less to give an ordering according to values, not addresses...).

Member Function Documentation

bool std::less< PartialJPDPValuePair * >::operator() ( const PartialJPDPValuePair x,
const PartialJPDPValuePair y 
) const
inline