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

Method Capacity

Source/Engine/Core/Collections/Array.h:205–208  ·  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

203 /// Gets the amount of the items that can be contained by collection without resizing.
204 /// </summary>
205 FORCE_INLINE int32 Capacity() const
206 {
207 return _capacity;
208 }
209
210 /// <summary>
211 /// Returns true if collection isn't empty.

Callers 4

StringBuilder.hFile · 0.45
HashSet.hFile · 0.45
ArrayMethod · 0.45
Dictionary.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected