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

Method empty

extern/libcds/cds/container/moir_queue.h:275–278  ·  view source on GitHub ↗

Checks if the queue is empty

Source from the content-addressed store, hash-verified

273
274 /// Checks if the queue is empty
275 bool empty() const
276 {
277 return base_class::empty();
278 }
279
280 /// Returns queue's item count (see \ref intrusive::MSQueue::size for explanation)
281 size_t size() const

Callers

nothing calls this directly

Calls 1

emptyFunction · 0.70

Tested by

no test coverage detected