Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::Equal_Node Struct Reference

Functor to compare nodes by their ID. More...

#include <load_digraph.H>

Public Member Functions

bool operator() (const Info_Nodo &o1, const Info_Nodo &o2) const
 Compare two node info objects by ID.
 

Detailed Description

Functor to compare nodes by their ID.

Definition at line 135 of file load_digraph.H.

Member Function Documentation

◆ operator()()

bool Aleph::Equal_Node::operator() ( const Info_Nodo o1,
const Info_Nodo o2 
) const
inline

Compare two node info objects by ID.

Parameters
o1First node info.
o2Second node info.
Returns
true if IDs are equal.

Definition at line 142 of file load_digraph.H.

References Aleph::maps().


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