paircomp used the string find_first_not_of
[mussa.git] / alg / sequence.hpp
index 6365ea71966c77cd39e15eb77842c33f73a4967f..5c8983cc2cc1cf2195071ff0ca85c064ceb268f4 100644 (file)
@@ -156,6 +156,8 @@ public:
   const_iterator end() const;
   //! is our sequence empty?
   bool empty() const;
+  //! find first 
+  size_type find_first_not_of(const std::string&, size_type index=0); 
   //! how many base pairs are there in our sequence
   size_type size() const;
   //! alias for size (used by string)