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