OR-Tools  9.6
LiteralValueValue

Detailed Description

Definition at line 375 of file integer.h.

Public Member Functions

bool operator== (const LiteralValueValue &rhs) const
 
std::string DebugString () const
 

Public Attributes

Literal literal
 
IntegerValue left_value
 
IntegerValue right_value
 

Member Function Documentation

◆ DebugString()

std::string DebugString ( ) const
inline

Definition at line 386 of file integer.h.

◆ operator==()

bool operator== ( const LiteralValueValue rhs) const
inline

Definition at line 381 of file integer.h.

Member Data Documentation

◆ left_value

IntegerValue left_value

Definition at line 377 of file integer.h.

◆ literal

Literal literal

Definition at line 376 of file integer.h.

◆ right_value

IntegerValue right_value

Definition at line 378 of file integer.h.


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