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

Method size

extern/libcds/cds/container/optimistic_queue.h:395–398  ·  view source on GitHub ↗

Returns queue's item count \copydetails cds::intrusive::OptimisticQueue::size() */

Source from the content-addressed store, hash-verified

393 /** \copydetails cds::intrusive::OptimisticQueue::size()
394 */
395 size_t size() const
396 {
397 return base_class::size();
398 }
399
400 /// Returns reference to internal statistics
401 const stat& statistics() const

Callers

nothing calls this directly

Calls 1

sizeFunction · 0.70

Tested by

no test coverage detected