GraphLib
Bearbeitung der Aufgabe Mini Graph Library für OOP WiSe 2023/24
Loading...
Searching...
No Matches
util.h File Reference

Utility structures used internally by GraphLib. More...

Go to the source code of this file.

Classes

struct  GraphLib::Internal::PriorityPair< P, T >
 A pair combining a priority and a value, supporting comparison by priority. More...

Detailed Description

Utility structures used internally by GraphLib.

Provides helper templates such as PriorityPair for priority-based sorting or data management.

Definition in file util.h.