MCPcopy Create free account
hub / github.com/cinder/Cinder / empty

Method empty

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 5

overflowMethod · 0.45
init_buffersMethod · 0.45
~on_invoker_exitMethod · 0.45
~on_invoker_exitMethod · 0.45
~on_dispatch_exitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected