Template Class MeapPair
Defined in File Meap.hpp
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 offirstandsecond.