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

#include <bounded_dijkstra.h>

Public Member Functions

 ElementGetter (const std::vector< T > &c)
 
const T & operator() (int index) const
 

Detailed Description

template<class T>
class operations_research::ElementGetter< T >

Definition at line 64 of file bounded_dijkstra.h.

Constructor & Destructor Documentation

◆ ElementGetter()

template<class T >
operations_research::ElementGetter< T >::ElementGetter ( const std::vector< T > & c)
inlineexplicit

Definition at line 66 of file bounded_dijkstra.h.

Member Function Documentation

◆ operator()()

template<class T >
const T & operations_research::ElementGetter< T >::operator() ( int index) const
inline

Definition at line 67 of file bounded_dijkstra.h.


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