DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
Loading...
Searching...
No Matches
PriorityQueue.h File Reference

Represents a collection of items that have a value and a priority mirroring .NET PriorityQueue<TElement, TPriority>. More...

#include "Common.h"
#include "System/Object.h"
#include "System/Array.h"
#include "System/InvalidOperationException.h"
#include "System/Collections/Generic/List.h"
#include <functional>

Go to the source code of this file.

Classes

class  DotNetDupe::System::Collections::Generic::PriorityQueue< TElement, TPriority >
 Represents a collection of items with prioritized ordering backed by a binary min-heap. More...

Namespaces

namespace  DotNetDupe
namespace  DotNetDupe::System
namespace  DotNetDupe::System::Collections
namespace  DotNetDupe::System::Collections::Generic

Detailed Description

Represents a collection of items that have a value and a priority mirroring .NET PriorityQueue<TElement, TPriority>.

Standard Citation: ECMA-335 CLI Common Language Infrastructure.

Definition in file PriorityQueue.h.