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

Method empty

extern/libcds/test/stress/queue/std_queue.h:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 bool empty() const
53 {
54 std::unique_lock<Lock> a( m_Locker );
55 return base_class::empty();
56 }
57
58 size_t size() const
59 {

Callers 15

testMethod · 0.45
testMethod · 0.45
testMethod · 0.45
testMethod · 0.45
testMethod · 0.45
testMethod · 0.45
testMethod · 0.45
testMethod · 0.45
testMethod · 0.45
testMethod · 0.45
testMethod · 0.45
testMethod · 0.45

Calls 1

emptyClass · 0.70

Tested by

no test coverage detected