Commit 3928be49 by Maarten L. Hekkelman

added empty() to DSSP

parent a9671546
...@@ -187,6 +187,8 @@ class DSSP ...@@ -187,6 +187,8 @@ class DSSP
iterator begin() const; iterator begin() const;
iterator end() const; iterator end() const;
bool empty() const { return begin() == end(); }
private: private:
struct DSSPImpl* mImpl; struct DSSPImpl* mImpl;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment