boundedPriorityQueue: Bounded Priority Queue object

Description Usage Arguments

View source: R/boundedPriorityQueue.R

Description

A priority queue backed by C++'s std::priority_queue.

Usage

1

Arguments

size

Size of the queue. If not given, the size of the arguments is used.

...

Initial values of the priority queue.


bobjansen/recollections documentation built on Feb. 13, 2022, 1:30 p.m.