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

Method Count

Source/Engine/Threading/ConcurrentQueue.h:46–49  ·  view source on GitHub ↗

Gets an estimate of the total number of elements currently in the queue.

Source from the content-addressed store, hash-verified

44 /// Gets an estimate of the total number of elements currently in the queue.
45 /// </summary>
46 FORCE_INLINE int32 Count() const
47 {
48 return static_cast<int32>(Base::size_approx());
49 }
50
51 /// <summary>
52 /// Adds item to the collection.

Callers

nothing calls this directly

Calls 1

size_approxFunction · 0.85

Tested by

no test coverage detected