Spec Skiplist
General purpose map container.

Extends Map
All Extended Map
Defined in <seqan/map.h>
Signature template <typename TValue, typename TSpec> class Map<TValue, Skiplist<TSpec> >;

Template Parameters

TSpec The specializing type.
TValue The type of value stored in the map.

Interface Function Overview

Interface Functions Inherited From Map

Interface Metafunction Overview

Interface Metafunctions Inherited From Map

Detailed Description

The skiplist takes in average an oberhead of only two pointers per value stored in the map.