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

Method size

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

Source from the content-addressed store, hash-verified

626 return m_size == 0;
627 }
628 constexpr auto size() const noexcept -> size_type {
629 return m_size;
630 }
631
632 // Returns the current start pointer. If the StringRef is not
633 // null-terminated, throws std::domain_exception

Callers 15

test_plot.cppFile · 0.80
StringRefMethod · 0.80
describeMethod · 0.80
describeMethod · 0.80
matchMethod · 0.80
matchMethod · 0.80
matchMethod · 0.80
matchMethod · 0.80
nextMethod · 0.80
nextMethod · 0.80
nextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected