Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/Imath
/ apply
Method
apply
src/python/PyImath/PyImathFunOperators.h:145–149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
143
struct equal_op
144
{
145
static T
146
apply(T value)
147
{
148
return IMATH_NAMESPACE::equal<T>(value);
149
}
150
};
151
152
template <class T>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected