OR-Tools  9.6
ValueLiteralPair

Detailed Description

Definition at line 348 of file integer.h.

Classes

struct  CompareByLiteral
 
struct  CompareByValue
 

Public Member Functions

bool operator== (const ValueLiteralPair &o) const
 
std::string DebugString () const
 

Public Attributes

IntegerValue value = IntegerValue(0)
 
Literal literal = Literal(kNoLiteralIndex)
 

Member Function Documentation

◆ DebugString()

std::string DebugString ( ) const

Definition at line 55 of file integer.cc.

◆ operator==()

bool operator== ( const ValueLiteralPair o) const
inline

Definition at line 363 of file integer.h.

Member Data Documentation

◆ literal

Definition at line 370 of file integer.h.

◆ value

IntegerValue value = IntegerValue(0)

Definition at line 369 of file integer.h.


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