MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/Imath / getArrayAccess

Function getArrayAccess

src/python/PyImath/PyImathAutovectorize.h:352–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350
351template <class AccessType, class T>
352AccessType getArrayAccess (T& value)
353 { return AccessType (value); }
354
355template <class AccessType, class T>
356AccessType getArrayAccess (const PyImath::FixedArray<T>& array)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected