|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Used internally for some graphs for compare their nodes. More...
#include <graph-dry.H>
Public Types | |
| using | Node = typename GT::Node |
Public Member Functions | |
| Cmp_Dlink_Node (Cmp &&__cmp=Cmp()) noexcept | |
| Cmp_Dlink_Node (Cmp &__cmp) noexcept | |
| bool | operator() (Dlink *d1, Dlink *d2) const noexcept |
Public Attributes | |
| Cmp & | cmp |
Used internally for some graphs for compare their nodes.
Definition at line 367 of file graph-dry.H.
| using Cmp_Dlink_Node< GT, Cmp >::Node = typename GT::Node |
Definition at line 369 of file graph-dry.H.
|
inlinenoexcept |
Definition at line 373 of file graph-dry.H.
|
inlinenoexcept |
Definition at line 377 of file graph-dry.H.
|
inlinenoexcept |
Definition at line 381 of file graph-dry.H.
References Cmp_Dlink_Node< GT, Cmp >::cmp.
| Cmp& Cmp_Dlink_Node< GT, Cmp >::cmp |
Definition at line 371 of file graph-dry.H.
Referenced by Cmp_Dlink_Node< GT, Cmp >::operator()().