MCPcopy Create free account
hub / github.com/Profactor/cv-plot / end

Method end

CvPlot/ext/catch2/inc/catch.hpp:651–651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

649 public: // iterators
650 constexpr const_iterator begin() const { return m_start; }
651 constexpr const_iterator end() const { return m_start + m_size; }
652 };
653
654 auto operator += ( std::string& lhs, StringRef const& sr ) -> std::string&;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected