MCPcopy Create free account
hub / github.com/BirolLab/abyss / end

Method end

Common/SuffixArray.h:64–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 size_t size() const { return m_data.size(); }
63 const_iterator begin() const { return m_data.begin(); }
64 const_iterator end() const { return m_data.end(); }
65
66 private:
67 /** Comparison functor. */

Callers 2

constructMethod · 0.45
equal_rangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected