MCPcopy 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

143struct equal_op
144{
145 static T
146 apply(T value)
147 {
148 return IMATH_NAMESPACE::equal<T>(value);
149 }
150};
151
152template <class T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected