BoundedPriorityDeque
A lightweight, performant bounded priority deque with wide
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
BoundingPair< K, V, Enable > Class Template Reference

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

key
 The key of the pair.
 
value
 The value of the pair.
 

Detailed Description

template<typename K, typename V, typename Enable = void>
class BoundingPair< K, V, Enable >

A template class to store key-value pairs with comparison operations.

Specialization of BoundingPair for types with a custom comparison operator.

Template Parameters
KThe key type.
VThe value type.
EnableA type parameter to enable template specialization based on traits.

Uses a custom comparator for ordering.

Template Parameters
KThe key type.
VThe value type.

The documentation for this class was generated from the following file: