MCPcopy Create free account
hub / github.com/Qv2ray/Qv2ray / end

Method end

test/catch.hpp:672–672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

670 public: // iterators
671 constexpr const_iterator begin() const { return m_start; }
672 constexpr const_iterator end() const { return m_start + m_size; }
673 };
674
675 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