ORIGINAL
Loading...
Searching...
No Matches
prique.h File Reference

Priority queue container implementation. More...

#include "algorithms.h"
#include "blocksList.h"
#include "comparator.h"
#include "containerAdapter.h"
#include "types.h"
Include dependency graph for prique.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  original::prique< TYPE, Callback, SERIAL, ALLOC >
 Heap-based priority queue container. More...
 

Namespaces

namespace  original
 Main namespace for the project Original.
 

Detailed Description

Priority queue container implementation.

Provides a heap-based priority queue with configurable comparison logic and underlying storage. Supports efficient insertion and extraction of highest priority elements according to the specified comparator.