Metafunction
Id
Type of an object that represents an id.
Include Headers
seqan/basic.h
Parameters
|  Type for which a suitable id type is determined. | 
Remarks
 The id type of a container is the type that is used to uniquely identify its elements.
In most cases this type is unsigned int.
Return Values
|  Id type. | 
Functions
| Adds a new string to the StringSet and returns an id. | |
| Adds a new string to the StringSet and returns an id. | |
| Projects a position of one sequence taking part in a pairwise match onto the other sequence. | |
| Projects a position of one sequence taking part in a pairwise match onto the other sequence. | |
| Retrieves a string from the StringSet given an id. | |
| Retrieves the position of a string in the StringSet given an id. | |
| Removes a string from the StringSet given an id. | |
| Retrieves a string from the StringSet given an id. | 
Examples
SeqAn - Sequence Analysis Library - www.seqan.de