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

Method isNullTerminated

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

Source from the content-addressed store, hash-verified

666 auto data() const noexcept -> char const*;
667
668 constexpr auto isNullTerminated() const noexcept -> bool {
669 return m_start[m_size] == '\0';
670 }
671
672 public: // iterators
673 constexpr const_iterator begin() const { return m_start; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected