ORIGINAL
|
Priority queue container implementation. More...
#include "algorithms.h"
#include "blocksList.h"
#include "comparator.h"
#include "containerAdapter.h"
#include "types.h"
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. | |
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.