Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Real-world coordinates. More...
#include <simple_graph.h>
Public Member Functions | |
Coordinates2 ()=default | |
Coordinates2 (T x, T y) | |
Public Attributes | |
T | x = {} |
T | y = {} |
Friends | |
bool | operator== (const Coordinates2 &a, const Coordinates2 &b) |
bool | operator!= (const Coordinates2 &a, const Coordinates2 &b) |
std::ostream & | operator<< (std::ostream &stream, const Coordinates2 &coordinates) |
template<typename H > | |
H | AbslHashValue (H h, const Coordinates2 &coordinates) |
Real-world coordinates.
Definition at line 93 of file simple_graph.h.
|
default |
|
inline |
Definition at line 98 of file simple_graph.h.
|
friend |
Definition at line 112 of file simple_graph.h.
|
friend |
Definition at line 103 of file simple_graph.h.
|
friend |
Definition at line 106 of file simple_graph.h.
|
friend |
Definition at line 100 of file simple_graph.h.
T operations_research::Coordinates2< T >::x = {} |
Definition at line 94 of file simple_graph.h.
T operations_research::Coordinates2< T >::y = {} |
Definition at line 95 of file simple_graph.h.