MCPcopy Create free account
hub / github.com/Profactor/cv-plot / operator[]

Method operator[]

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

Source from the content-addressed store, hash-verified

617 }
618
619 auto operator[] ( size_type index ) const noexcept -> char {
620 assert(index < m_size);
621 return m_start[index];
622 }
623
624 public: // named queries
625 constexpr auto empty() const noexcept -> bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected