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

Method unsafe_size

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

Return the number of items in the queue; thread unsafe

Source from the content-addressed store, hash-verified

155
156 //! Return the number of items in the queue; thread unsafe
157 size_type unsafe_size() const {return this->internal_size();}
158
159 //! Equivalent to size()==0.
160 bool empty() const {return this->internal_empty();}

Callers

nothing calls this directly

Calls 1

internal_sizeMethod · 0.45

Tested by

no test coverage detected