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

Method SectionNode

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

Source from the content-addressed store, hash-verified

5808 };
5809 struct SectionNode {
5810 explicit SectionNode(SectionStats const& _stats) : stats(_stats) {}
5811 virtual ~SectionNode() = default;
5812
5813 bool operator == (SectionNode const& other) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected