MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / size

Function size

extern/libcds/cds/container/fcpriority_queue.h:255–258  ·  view source on GitHub ↗

Returns the number of elements in the priority queue. Note that size() == 0 does not mean that the queue is empty because combining record can be in process. To check emptiness use \ref empty function. */

Source from the content-addressed store, hash-verified

253 To check emptiness use \ref empty function.
254 */
255 size_t size() const
256 {
257 return m_PQueue.size();
258 }
259
260 /// Checks if the priority queue is empty
261 /**

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected