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

Function size

extern/libcds/cds/container/fcdeque.h:356–359  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

354 To check emptiness use \ref empty function.
355 */
356 size_t size() const
357 {
358 return m_Deque.size();
359 }
360
361 /// Checks if the deque is empty
362 /**

Callers 15

sizeMethod · 0.70
sizeMethod · 0.70
sizeMethod · 0.70
sizeMethod · 0.70
sizeMethod · 0.70
sizeMethod · 0.70
sizeMethod · 0.70
sizeMethod · 0.50
sizeMethod · 0.50
sizeMethod · 0.50
lockMethod · 0.50
try_lockMethod · 0.50

Calls 1

sizeMethod · 0.45

Tested by 3

sizeMethod · 0.40
sizeMethod · 0.40
sizeMethod · 0.40