OR-Tools  8.2
RevGrowingMultiMap< Key, Value >

Detailed Description

template<class Key, class Value>
class operations_research::RevGrowingMultiMap< Key, Value >

Definition at line 254 of file rev.h.

Public Member Functions

void SetLevel (int level) final
 
void Add (Key key, Value value)
 
const std::vector< Value > & Values (Key key) const
 

Member Function Documentation

◆ Add()

void Add ( Key  key,
Value  value 
)

Definition at line 308 of file rev.h.

◆ SetLevel()

void SetLevel ( int  level)
finalvirtual

Implements ReversibleInterface.

Definition at line 278 of file rev.h.

◆ Values()

const std::vector< Value > & Values ( Key  key) const

Definition at line 300 of file rev.h.


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