OR-Tools  8.2
IntegerEncoder::ValueLiteralPair

Detailed Description

Definition at line 316 of file integer.h.

Public Member Functions

 ValueLiteralPair ()
 
 ValueLiteralPair (IntegerValue v, Literal l)
 
bool operator== (const ValueLiteralPair &o) const
 
bool operator< (const ValueLiteralPair &o) const
 

Public Attributes

IntegerValue value
 
Literal literal
 

Constructor & Destructor Documentation

◆ ValueLiteralPair() [1/2]

ValueLiteralPair ( )
inline

Definition at line 317 of file integer.h.

◆ ValueLiteralPair() [2/2]

ValueLiteralPair ( IntegerValue  v,
Literal  l 
)
inline

Definition at line 318 of file integer.h.

Member Function Documentation

◆ operator<()

bool operator< ( const ValueLiteralPair o) const
inline

Definition at line 323 of file integer.h.

◆ operator==()

bool operator== ( const ValueLiteralPair o) const
inline

Definition at line 320 of file integer.h.

Member Data Documentation

◆ literal

Literal literal

Definition at line 325 of file integer.h.

◆ value

IntegerValue value

Definition at line 324 of file integer.h.


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