MCPcopy Create free account
hub / github.com/beefytech/Beef / Get

Function Get

BeefySysLib/Span.h:95–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 T Get(intptr idx)
96 {
97 if ((idx < 0) || (idx >= mSize))
98 return (T)0;
99 return mVals[idx];
100 }
101
102 template <typename T2>
103 T2 GetAs(intptr idx)

Callers 15

Wwise_ShutdownFunction · 0.85
OpenFunction · 0.85
Crash_Error_CrashHandlerFunction · 0.85
BfpSystem_AddCrashInfoFunction · 0.85
BfpFileWatcher_ReleaseFunction · 0.85
SEHWindowProcFunction · 0.85
CreateMiniDumpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected