Google OR-Tools: util::GraphTraits< Graph > Struct Template Reference

Detailed Description

template<typename Graph>
struct util::GraphTraits< Graph >

Definition at line 631 of file graph.h.

#include <graph.h>

Public Types

using NodeIndex

Member Typedef Documentation

◆ NodeIndex

template<typename Graph>

using util::GraphTraits< Graph >::NodeIndex

Initial value:

std::decay_t<decltype(*(std::declval<NeighborRangeType>().begin()))>

Definition at line 639 of file graph.h.


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