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

Function HasItems

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

Returns true if collection isn't empty.

Source from the content-addressed store, hash-verified

179 /// Returns true if collection isn't empty.
180 /// </summary>
181 FORCE_INLINE bool HasItems() const
182 {
183 return _count != 0;
184 }
185
186 /// <summary>
187 /// Returns true if collection is empty.

Callers 8

DequeueMethod · 0.85
ContainsValueFunction · 0.85
KeyOfFunction · 0.85
FirstMethod · 0.85
LastMethod · 0.85
MinimumMethod · 0.85
MaximumMethod · 0.85
AverageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected