MCPcopy Create free account
hub / github.com/SOCI/soci / SectionNode

Method SectionNode

tests/catch.hpp:5819–5819  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5817 };
5818 struct SectionNode {
5819 explicit SectionNode(SectionStats const& _stats) : stats(_stats) {}
5820 virtual ~SectionNode() = default;
5821
5822 bool operator == (SectionNode const& other) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected