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 >::Destroy_Tree_Arc Struct Reference

Arc cleanup and mapping for tree-building version. More...

#include <shortest_path_common.H>

Public Member Functions

void operator() (const GT &, typename GT::Arc *ga) 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 >::Destroy_Tree_Arc

Arc cleanup and mapping for tree-building version.

Definition at line 334 of file shortest_path_common.H.

Member Function Documentation

◆ operator()()

void Aleph::Shortest_Path_Base< GT, Distance, Itor, SA, HeapT >::Destroy_Tree_Arc::operator() ( const GT ,
typename GT::Arc ga 
) const
inlinenoexcept

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