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

Function IsEmpty

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

Returns true if collection is empty.

Source from the content-addressed store, hash-verified

187 /// Returns true if collection is empty.
188 /// </summary>
189 FORCE_INLINE bool IsEmpty() const
190 {
191 return _count == 0;
192 }
193
194 /// <summary>
195 /// Gets the item at the given index.

Callers 4

RemoveMethod · 0.70
RemoveAllKeepOrderMethod · 0.70
RemoveAllMethod · 0.70
Dictionary.hFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected