MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / empty

Method empty

benchmarks/tbb/concurrent_queue.h:160–160  ·  view source on GitHub ↗

Equivalent to size()==0.

Source from the content-addressed store, hash-verified

158
159 //! Equivalent to size()==0.
160 bool empty() const {return this->internal_empty();}
161
162 //! Clear the queue. not thread-safe.
163 void clear() ;

Callers

nothing calls this directly

Calls 1

internal_emptyMethod · 0.45

Tested by

no test coverage detected