MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / empty

Method empty

3rd/asio-1.24.0/include/asio/detail/op_queue.hpp:136–139  ·  view source on GitHub ↗

Whether the queue is empty.

Source from the content-addressed store, hash-verified

134
135 // Whether the queue is empty.
136 bool empty() const
137 {
138 return front_ == 0;
139 }
140
141 // Test whether an operation is already enqueued.
142 bool is_enqueued(Operation* o) const

Callers 6

overflowMethod · 0.45
init_buffersMethod · 0.45
cancel_by_keyMethod · 0.45
try_send_nMethod · 0.45
start_send_opMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected