MultiAgentDecisionProcess  Release 0.2.1
std::less< JPPVValuePair * > Struct Template Reference

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

#include <JPPVValuePair.h>

Public Member Functions

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

Detailed Description

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

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

Definition at line 79 of file JPPVValuePair.h.

Member Function Documentation

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

Definition at line 81 of file JPPVValuePair.h.

References JointPolicyValuePair::GetValue().


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