Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csyonghe/Spire
/ MakeArrayView
Function
MakeArrayView
Source/CoreLib/ArrayView.h:119–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
118
template<typename T>
119
ArrayView<T> MakeArrayView(const T & obj)
120
{
121
return ArrayView<T>(obj);
122
}
123
124
template<typename T>
125
ArrayView<T> MakeArrayView(T * buffer, int count)
Callers
3
MemoryStream
Method · 0.85
GenerateSingleWorldShader
Method · 0.85
GenerateSingleWorldShader
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected