Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/Imath
/ apply
Method
apply
src/python/PyImath/PyImathFunOperators.h:115–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
struct cmp_op
114
{
115
static T
116
apply(T value)
117
{
118
return IMATH_NAMESPACE::cmp<T>(value);
119
}
120
};
121
122
template <class T>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected