Limbo 3.5.4
Loading...
Searching...
No Matches
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.

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

◆ operator()()

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: