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

Method empty

extern/libcds/test/stress/pqueue/pqueue_type.h:106–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 }
105
106 bool empty() const
107 {
108 scoped_lock l( m_Lock );
109 return m_PQueue.empty();
110 }
111
112 size_t size() const
113 {

Callers 15

testMethod · 0.45
popMethod · 0.45
pop_withMethod · 0.45
clearMethod · 0.45
clear_withMethod · 0.45
operator()Method · 0.45
operator()Method · 0.45
operator()Method · 0.45
operator()Method · 0.45
operator()Method · 0.45
operator()Method · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected