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

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

#include <PartialJointPolicyValuePair.h>

Public Member Functions

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

Detailed Description

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

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

Definition at line 80 of file PartialJointPolicyValuePair.h.

Member Function Documentation

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

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