MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / InitBitArray

Function InitBitArray

Source/Engine/Tests/TestCollections.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12template<typename AllocationType = HeapAllocation>
13void InitBitArray(BitArray<AllocationType>& array)
14{
15 array.Add(TestBits, ARRAY_COUNT(TestBits));
16}
17
18template<typename AllocationType = HeapAllocation>
19void CheckBitArray(const BitArray<AllocationType>& array)

Callers 1

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected