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

Method empty

extern/libcds/cds/container/msqueue.h:390–393  ·  view source on GitHub ↗

Checks if the queue is empty

Source from the content-addressed store, hash-verified

388
389 /// Checks if the queue is empty
390 bool empty() const
391 {
392 return base_class::empty();
393 }
394
395 /// Returns queue's item count (see \ref intrusive::MSQueue::size for explanation)
396 /** \copydetails cds::intrusive::MSQueue::size()

Callers 9

emptyFunction · 0.45
fcdeque.hFile · 0.45
fc_processFunction · 0.45
emptyFunction · 0.45
fcqueue.hFile · 0.45
fc_processFunction · 0.45
fcstack.hFile · 0.45
emptyFunction · 0.45
fcpriority_queue.hFile · 0.45

Calls 1

emptyFunction · 0.70

Tested by

no test coverage detected