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

Method size

extern/libcds/cds/container/basket_queue.h:441–444  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

439 /** \copydetails cds::intrusive::BasketQueue::size()
440 */
441 size_t size() const
442 {
443 return base_class::size();
444 }
445
446 /// Returns reference to internal statistics
447 const stat& statistics() const

Callers

nothing calls this directly

Calls 1

sizeFunction · 0.70

Tested by

no test coverage detected