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

Function Capacity

Source/Engine/Core/Collections/BitArray.h:173–176  ·  view source on GitHub ↗

Gets the amount of the items that can be contained by collection without resizing.

Source from the content-addressed store, hash-verified

171 /// Gets the amount of the items that can be contained by collection without resizing.
172 /// </summary>
173 FORCE_INLINE int32 Capacity() const
174 {
175 return _capacity;
176 }
177
178 /// <summary>
179 /// Returns true if collection isn't empty.

Callers 3

HashSet.hFile · 0.70
Dictionary.hFile · 0.70
SetCapacityMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected