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

Method isNullTerminated

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

Source from the content-addressed store, hash-verified

643 auto data() const noexcept -> char const*;
644
645 constexpr auto isNullTerminated() const noexcept -> bool {
646 return m_start[m_size] == '\0';
647 }
648
649 public: // iterators
650 constexpr const_iterator begin() const { return m_start; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected