Element in a meap, consisting of a key and a value. More...
#include <Meap.hpp>
Public Member Functions | |
KeyT & | key () |
const KeyT & | key () const |
MeapPair (KeyT key, ValueT value) | |
ValueT & | value () |
const ValueT & | value () const |
Private Attributes | |
KeyT | m_key |
ValueT | m_value |
Element in a meap, consisting of a key and a value.
This is equivalent to pair<KeyT, ValueT>
, but with proper names instead of first
and second
.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |