Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Array
Method
Array
Source/Engine/Core/Collections/Array.h:44–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
/// </summary>
43
/// <param name=
"tag"
>The custom allocation tag.</param>
44
Array(AllocationTag tag)
45
: _count(0)
46
, _capacity(0)
47
, _allocation(tag)
48
{
49
}
50
51
/// <summary>
52
/// Initializes <see cref=
"Array"
/> by reserving space.
Callers
nothing calls this directly
Calls
7
Array
Class · 0.70
Allocate
Method · 0.45
Get
Method · 0.45
begin
Method · 0.45
size
Method · 0.45
Count
Method · 0.45
Capacity
Method · 0.45
Tested by
no test coverage detected