Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::internal::ElementGetter< T, ArcIndex > Class Template Reference

#include <bounded_dijkstra.h>

Public Member Functions

 ElementGetter (const IndexedVector< ArcIndex, T > &c)
const T & operator() (ArcIndex index) const

Detailed Description

template<class T, typename ArcIndex>
class operations_research::internal::ElementGetter< T, ArcIndex >

Definition at line 84 of file bounded_dijkstra.h.

Constructor & Destructor Documentation

◆ ElementGetter()

template<class T, typename ArcIndex>
operations_research::internal::ElementGetter< T, ArcIndex >::ElementGetter ( const IndexedVector< ArcIndex, T > & c)
inlineexplicit

Definition at line 86 of file bounded_dijkstra.h.

Member Function Documentation

◆ operator()()

template<class T, typename ArcIndex>
const T & operations_research::internal::ElementGetter< T, ArcIndex >::operator() ( ArcIndex index) const
inline

Definition at line 87 of file bounded_dijkstra.h.


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