Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
bool operator==(const OpData & lhs, const OpData & rhs)
102
{
103
return lhs.equals(rhs);
104
}
105
106
const char * GetTypeName(OpData::Type type)
107
{
Callers
nothing calls this directly
Calls
1
equals
Method · 0.45
Tested by
no test coverage detected