MCPcopy Create free account
hub / github.com/bblanchon/ArduinoJson / end

Method end

extras/tests/catch/catch.hpp:674–674  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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