Class Specialization
VectorSet
A fast map for small key types.
![]() | ![]() | ||||||
VectorSet | |||||||
Parameters
The type of value stored in the map. Metafunctions: Value | |
The specializing type. Default: Alloc |
Specialization of
Functions
| The begin of a container. (Map) | |
| Returns a cargo given a key. (Map) | |
| The end of a container. (Map) | |
| Removes a value from a map. (Map) | |
| Find a value in a map. (Map) | |
| Determines whether a map contains a value given key. (Map) | |
| Insert new value into map. (Map) | |
| The number of items/characters. (Map) | |
| Subscript operator | |
| Returns a value given a key. (Map) |
Remarks
The memory needed is linear to the number different values the key type of TValue can get.
So do not use this map for large key types.
SeqAn - Sequence Analysis Library - www.seqan.de
