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

Method Count

Source/Engine/Core/Collections/Array.h:197–200  ·  view source on GitHub ↗

Gets the amount of the items in the collection.

Source from the content-addressed store, hash-verified

195 /// Gets the amount of the items in the collection.
196 /// </summary>
197 FORCE_INLINE int32 Count() const
198 {
199 return _count;
200 }
201
202 /// <summary>
203 /// Gets the amount of the items that can be contained by collection without resizing.

Callers 15

ClearDeleteMethod · 0.45
ToStringViewMethod · 0.45
ParseMethod · 0.45
operator==Method · 0.45
LengthFunction · 0.45
ToStringFunction · 0.45
StringBuilder.hFile · 0.45
ToStringAnsiFunction · 0.45
ToSpanFunction · 0.45
DataContainerMethod · 0.45
LinkMethod · 0.45
CopyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected