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

Method begin

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

iterators

Source from the content-addressed store, hash-verified

671
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected