MultiAgentDecisionProcess  Release 0.2.1
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...).

Definition at line 72 of file PartialJPDPValuePair.h.

Member Function Documentation

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

Definition at line 74 of file PartialJPDPValuePair.h.

References PartialJointPolicyValuePair::GetValue().


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