Function
isSetBit
Returns whether the bit with the given index is set to 1.
isSetBit(bitString, pos)
Include Headers
seqan/index.h
Parameters
bitString
The bit string.
pos
Position of the bit.
Return Values
Returns whether a specified bit is set or not.
Examples
String<Dna5> genome = "ACGTACGT";
 
RankSupportBitString<> bitString;
resize(bitString, length(genome));
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2013/07/11 09:12:18