C++ Reference

C++ Reference: Graph

TailArrayBuilder< GraphType, false >

Detailed Description

template<typename GraphType>
struct operations_research::or_internal::TailArrayBuilder< GraphType, false >

Definition at line 1882 of file ebert_graph.h.

Public Member Functions

 TailArrayBuilder (GraphType *graph)
 
bool BuildTailArray () const
 

Public Attributes

GraphType *const graph_
 

Constructor & Destructor Documentation

◆ TailArrayBuilder()

TailArrayBuilder ( GraphType *  graph)
inlineexplicit

Definition at line 1883 of file ebert_graph.h.

Member Function Documentation

◆ BuildTailArray()

bool BuildTailArray ( ) const
inline

Definition at line 1885 of file ebert_graph.h.

Member Data Documentation

◆ graph_

GraphType* const graph_

Definition at line 1887 of file ebert_graph.h.


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