MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / operator==

Function operator==

src/OpenColorIO/Op.cpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101bool operator==(const OpData & lhs, const OpData & rhs)
102{
103 return lhs.equals(rhs);
104}
105
106const char * GetTypeName(OpData::Type type)
107{

Callers

nothing calls this directly

Calls 1

equalsMethod · 0.45

Tested by

no test coverage detected