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

Method Count

Source/Engine/Core/Collections/ChunkedArray.h:40–43  ·  view source on GitHub ↗

Gets the amount of the elements in the collection.

Source from the content-addressed store, hash-verified

38 /// Gets the amount of the elements in the collection.
39 /// </summary>
40 FORCE_INLINE int32 Count() const
41 {
42 return _count;
43 }
44
45 /// <summary>
46 /// Gets the amount of the elements that can be hold by collection without resizing.

Callers 9

CapacityMethod · 0.45
IteratorClass · 0.45
AddMethod · 0.45
ChunkedArrayClass · 0.45
RemoveMethod · 0.45
ClearMethod · 0.45
EnsureCapacityMethod · 0.45
ResizeMethod · 0.45
FindMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected