MCPcopy Create free account
hub / github.com/RenderKit/oidn / cardinality

Method cardinality

external/catch.hpp:9279–9284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9277 }
9278
9279 auto cardinality() const -> size_t override {
9280 if( m_ref->isContainer() )
9281 return 0;
9282 else
9283 return 1;
9284 }
9285
9286 auto hint() const -> std::string { return m_hint; }
9287 };

Callers

nothing calls this directly

Calls 1

isContainerMethod · 0.45

Tested by

no test coverage detected