BoundedPriorityDeque
A lightweight, performant bounded priority deque with wide
|
A template class to store key-value pairs with comparison operations. More...
#include <BoundedPriorityDeque.hpp>
Public Member Functions | |
bool | operator< (const BoundingPair &other) const |
Public Attributes | |
K | key |
The key of the pair. | |
V | value |
The value of the pair. | |
A template class to store key-value pairs with comparison operations.
Specialization of BoundingPair for types with a custom comparison operator.
K | The key type. |
V | The value type. |
Enable | A type parameter to enable template specialization based on traits. |
Uses a custom comparator for ordering.
K | The key type. |
V | The value type. |