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

Method cardinality

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

Source from the content-addressed store, hash-verified

9202 }
9203
9204 auto cardinality() const -> size_t override {
9205 if( m_ref->isContainer() )
9206 return 0;
9207 else
9208 return 1;
9209 }
9210
9211 auto hint() const -> std::string { return m_hint; }
9212 };

Callers

nothing calls this directly

Calls 1

isContainerMethod · 0.45

Tested by

no test coverage detected