OR-Tools  9.6
Coordinates2< T >

Detailed Description

template<typename T>
struct operations_research::Coordinates2< T >

Definition at line 93 of file simple_graph.h.

Public Member Functions

 Coordinates2 ()=default
 
 Coordinates2 (T x, T y)
 

Public Attributes

x = {}
 
y = {}
 

Constructor & Destructor Documentation

◆ Coordinates2() [1/2]

Coordinates2 ( )
default

◆ Coordinates2() [2/2]

Coordinates2 ( x,
y 
)
inline

Definition at line 98 of file simple_graph.h.

Member Data Documentation

◆ x

T x = {}

Definition at line 94 of file simple_graph.h.

◆ y

T y = {}

Definition at line 95 of file simple_graph.h.


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