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

Method operator==

openpgl/include/openpgl/cpp/SampleStorage.h:291–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289}
290
291OPENPGL_INLINE bool SampleStorage::operator==(const SampleStorage &b) const
292{
293 OPENPGL_ASSERT(m_sampleStorageHandle);
294 OPENPGL_ASSERT(b.m_sampleStorageHandle);
295 return pglSampleStorageCompare(m_sampleStorageHandle, b.m_sampleStorageHandle);
296}
297
298} // namespace cpp
299} // namespace openpgl

Callers

nothing calls this directly

Calls 1

pglSampleStorageCompareFunction · 0.85

Tested by

no test coverage detected