MCPcopy Create free account
hub / github.com/OpenPathGuidingLibrary/openpgl / operator()

Method operator()

openpgl/data/SampleStatistics.h:191–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189 }
190
191 SampleStatistics operator()(const SampleStatistics &a, const SampleStatistics &b) const
192 {
193 SampleStatistics merged = a;
194 merged.merge(b);
195 return merged;
196 }
197
198 std::string toString() const
199 {

Callers

nothing calls this directly

Calls 1

mergeMethod · 0.45

Tested by

no test coverage detected