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

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

#include <JointPolicyValuePair.h>

Public Member Functions

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

Detailed Description

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

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

Definition at line 79 of file JointPolicyValuePair.h.

Member Function Documentation

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

Definition at line 81 of file JointPolicyValuePair.h.

References JointPolicyValuePair::GetValue().


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