MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / operator ==

Method operator ==

unittests/catch.hpp:3839–3841  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3837 virtual ~SectionNode() = default;
3838
3839 bool operator == (SectionNode const& other) const {
3840 return stats.sectionInfo.lineInfo == other.stats.sectionInfo.lineInfo;
3841 }
3842 bool operator == (std::shared_ptr<SectionNode> const& other) const {
3843 return operator==(*other);
3844 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected