MCPcopy Create free account
hub / github.com/TinyMPC/TinyMPC / Empty

Method Empty

include/Eigen/Eigen/src/ThreadPool/RunQueue.h:156–156  ·  view source on GitHub ↗

Empty tests whether container is empty. Can be called by any thread at any time.

Source from the content-addressed store, hash-verified

154 // Empty tests whether container is empty.
155 // Can be called by any thread at any time.
156 bool Empty() const { return SizeOrNotEmpty<false>() == 0; }
157
158 // Delete all the elements from the queue.
159 void Flush() {

Callers 1

NonEmptyQueueIndexMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected