Limbo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
limbo::algorithms::partition::FM< NodeType, NetWeightType >::compare_type2 Struct Reference

compare function object More...

#include <FM.h>

Public Member Functions

bool operator() (FM_node_type *pFMNode1, FM_node_type *pFMNode2) const
 API for comparison. More...
 

Detailed Description

template<typename NodeType, typename NetWeightType = double>
struct limbo::algorithms::partition::FM< NodeType, NetWeightType >::compare_type2

compare function object

smallest tie_id comes first

Definition at line 229 of file FM.h.

Member Function Documentation

template<typename NodeType, typename NetWeightType = double>
bool limbo::algorithms::partition::FM< NodeType, NetWeightType >::compare_type2::operator() ( FM_node_type pFMNode1,
FM_node_type pFMNode2 
) const
inline

API for comparison.

Parameters
pFMNode1a node
pFMNode2a node
Returns
compare result

Definition at line 235 of file FM.h.


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