MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / get

Method get

Source/Falcor/Utils/Scripting/ndarray.cpp:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 return temp;
62 }
63 T* get() const { return ptr; }
64 T& operator[](size_t i) { return ptr[i]; }
65 T* operator->() { return ptr; }
66

Callers 2

ndarray_createFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected