Template Class MeapPair

Class Documentation

template<typename KeyT, typename ValueT>
class MeapPair

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.

Public Functions

inline MeapPair(KeyT key, ValueT value)
inline KeyT &key()
inline const KeyT &key() const
inline ValueT &value()
inline const ValueT &value() const