Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::Shortest_Path_Base< GT, Distance, Itor, SA, HeapT >::Heap_Info Struct Reference

Functor to access heap node handle from node cookie. More...

#include <shortest_path_common.H>

Public Member Functions

void *& operator() (typename GT::Node *p) const noexcept
 

Detailed Description

template<class GT, class Distance, template< typename, class > class Itor, class SA, template< class, class, class > class HeapT>
struct Aleph::Shortest_Path_Base< GT, Distance, Itor, SA, HeapT >::Heap_Info

Functor to access heap node handle from node cookie.

Definition at line 217 of file shortest_path_common.H.

Member Function Documentation

◆ operator()()

void *& Aleph::Shortest_Path_Base< GT, Distance, Itor, SA, HeapT >::Heap_Info::operator() ( typename GT::Node p) const
inlinenoexcept

Definition at line 219 of file shortest_path_common.H.

References SP_HEAPNODE.


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