libsequence
1.9.5
|
Tests if a character is in the set A,G,C,T. More...
#include <Sequence/SeqAlphabets.hpp>
Inherits unary_function< char, bool >.
Public Member Functions | |
bool | operator() (const char &c) const |
Tests if a character is in the set A,G,C,T.
Definition at line 66 of file SeqAlphabets.hpp.
bool Sequence::ambiguousNucleotide::operator() | ( | const char & | c | ) | const |
Definition at line 32 of file SeqAlphabets.cc.