Aleph-w  1.9
General library for algorithms and data structures
Cmp_Dlink_Node< GT, Cmp > Struct Template Reference

#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
 

Detailed Description

template<class GT, class Cmp>
struct Cmp_Dlink_Node< GT, Cmp >

Used internally for some graphs for compare their nodes.


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

Leandro Rabindranath León